menu.css 152 B

1234567891011121314
  1. button{
  2. width: 100%;
  3. color: black;
  4. height: 10em;
  5. }
  6. body{
  7. margin-top: 50vh;
  8. transform: translateY(-50%);
  9. }
  10. #select{
  11. border: 5px blue solid;
  12. }