global.css 318 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. html,
  2. body,
  3. h1,
  4. h2,
  5. h3,
  6. h4,
  7. h5,
  8. h6,
  9. p,
  10. span,
  11. div,
  12. a,
  13. ul,
  14. ol,
  15. li,
  16. button,
  17. input {
  18. padding: 0;
  19. margin: 0;
  20. }
  21. body{
  22. font-size: 14px;
  23. }
  24. .left {
  25. float: left;
  26. }
  27. .right {
  28. float: right;
  29. }
  30. a {
  31. text-decoration: none;
  32. }
  33. ul,ol{
  34. list-style: none;
  35. }
  36. .inner {
  37. width: 1200px;
  38. margin: 0 auto;
  39. }