stylesheet.css 412 B

123456789101112131415161718192021222324252627282930
  1. body {
  2. font-family: "serif", serif;
  3. max-width: 600px;
  4. margin: 4em auto;
  5. }
  6. h1 {
  7. font-variant: small-caps;
  8. text-transform: lowercase;
  9. text-align: center;
  10. font-weight: 300;
  11. }
  12. p {
  13. line-height: 1.35em;
  14. text-align: justify;
  15. }
  16. center { text-align: center; }
  17. .loi {
  18. margin: 0 3em;
  19. font-family: sans-serif;
  20. }
  21. .loi .Llap {
  22. position: absolute;
  23. margin-left: -1em;
  24. }