index.css 438 B

12345678910111213141516171819202122
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  5. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  6. sans-serif;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. }
  10. code {
  11. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  12. monospace;
  13. }
  14. a{
  15. cursor: pointer;
  16. }
  17. *{
  18. min-height: 0;
  19. min-width: 0;
  20. }