style.css 238 B

123456789101112
  1. body {
  2. font-size: 10px;
  3. line-height: 10px;
  4. box-sizing: border-box;
  5. font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  6. transition: all 0.5s;
  7. }
  8. .container {
  9. max-width: 1200px;
  10. padding: 15px;
  11. text-align: center;
  12. }