25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

32 satır
725B

  1. body {
  2. margin: 0;
  3. font-size: 16pt;
  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. #root {
  15. background: #fff;
  16. min-height: 100vh;
  17. font-size: 1rem;
  18. display: flex;
  19. flex-direction: column;
  20. }
  21. *,
  22. *::before,
  23. *::after {
  24. box-sizing: border-box;
  25. }
  26. input {
  27. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  28. }