You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mobile.css 366B

1234567891011121314151617181920212223242526
  1. .btn-style{
  2. min-width: 150px;
  3. margin-right: 10px;
  4. margin-top: 20px;
  5. }
  6. body{
  7. padding-top: 70px;
  8. }
  9. .menu {
  10. position: absolute;
  11. top: 0px;
  12. left: 0px;
  13. width: 100%;
  14. height: 30px;
  15. padding: 10px;
  16. color: white;
  17. background-color: black;
  18. }
  19. @media screen and (max-width: 500px) {
  20. h2 small{
  21. display: none;
  22. }
  23. }