index.css 810 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. html {
  2. overflow-y: scroll;
  3. overflow-x: hidden;
  4. }
  5. body {
  6. min-width: 100vw;
  7. min-height: 100vh;
  8. margin: 0;
  9. padding: 0;
  10. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  11. 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  12. sans-serif;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. code {
  17. font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  18. monospace;
  19. }
  20. img {
  21. display: block;
  22. max-width: 100%;
  23. height: auto;
  24. }
  25. .box.big {
  26. width: 200px;
  27. height: 200px;
  28. margin-bottom: 100px;
  29. }
  30. .box.red {
  31. background-color: teal;
  32. }
  33. h1,
  34. h2,
  35. h3,
  36. h4,
  37. h5 {
  38. margin: 0;
  39. padding: 0;
  40. }
  41. ul {
  42. padding: 0;
  43. margin: 0;
  44. }
  45. @import 'https://fonts.googleapis.com/css?family=Mountains+of+Christmas';