style.css 274 B

1234567891011121314151617
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. }
  7. .number-1, .number-2, .number-3 {
  8. width: 250px;
  9. height: 30px;
  10. border-radius: 3px;
  11. margin: 10px 0;
  12. }
  13. .button-push{
  14. margin-bottom: 10px;
  15. }