Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. body {
  2. font-family: Liberation Sans, Arial, sans-serif;
  3. background-color: #fffaf7;
  4. line-height: 1.3;
  5. }
  6. main {
  7. max-width: 70ch;
  8. padding: 2ch;
  9. margin: auto;
  10. }
  11. header {
  12. margin-bottom: 1.5rem;
  13. }
  14. h1 {
  15. margin-bottom: .5rem;
  16. }
  17. time {
  18. color: #888;
  19. }
  20. hr {
  21. border: 2px solid #ddd;
  22. margin: 2rem auto;
  23. }
  24. #fn {
  25. font-size: 85%;
  26. }
  27. footer {
  28. margin-top: 2rem;
  29. text-align: center;
  30. }
  31. a {
  32. color: #ff3c3c;
  33. text-decoration: none;
  34. outline: 0;
  35. }
  36. a:hover {
  37. text-decoration: underline;
  38. }
  39. ::selection {
  40. background-color: #fff888;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement