No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

39 líneas
538B

  1. body {
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  3. line-height: 1.5em;
  4. font-size: 1.1em;
  5. color: #222;
  6. max-width: 40rem;
  7. padding: 2rem;
  8. margin: auto;
  9. background: #fafafa; }
  10. img {
  11. max-width: 100%; }
  12. a {
  13. color: #0074D9; }
  14. h1, h2, strong {
  15. color: #111; }
  16. h1 {
  17. font-size: 1.6em; }
  18. h2 {
  19. font-size: 1.2em; }
  20. h3 {
  21. font-size: 1.1em; }
  22. .muted {
  23. color: #aaa;
  24. text-decoration: none; }
  25. .small {
  26. font-size: .8em; }
  27. hr {
  28. border: 0px;
  29. border: 1px solid #eee;
  30. }