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 368B

123456789101112131415161718192021222324252627
  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. .img-center{
  20. margin-top: 30px;
  21. margin-left: auto;
  22. margin-right: auto;
  23. }