phpist

Untitled

Mar 5th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. body {
  2. padding: 0 30px;
  3. font-size: 14px;
  4. line-height: 22px;
  5. font-family: "Georgia", serif;
  6. color: #222222;
  7. }
  8.  
  9. h1 {
  10. font-size: 20px;
  11. line-height: normal;
  12. }
  13.  
  14. nav {
  15. color: #888888;
  16. }
  17.  
  18. aside {
  19. margin: 20px 0;
  20. color: #c4c4c4;
  21. }
  22.  
  23. a[href] {
  24. color: #0099ef;
  25. text-decoration-line: underline;
  26. }
  27.  
  28. figure {
  29. margin-left: 0;
  30. margin-right: 0;
  31. }
  32.  
  33. figure img {
  34. vertical-align: middle;
  35. border: 8px solid rgb(202, 224, 248);
  36. }
  37.  
  38. figcaption {
  39. width: 502px;
  40. padding-bottom: 8px;
  41. font-size: 12px;
  42. letter-spacing: 0.02em;
  43. font-style: italic;
  44. text-align: center;
  45. background-color: rgb(202, 224, 248);
  46. }
  47.  
  48. .pagination a {
  49. display: inline-block;
  50. margin-right: 30px;
  51. margin-bottom: 15px;
  52. }
  53.  
  54. .pagination {
  55. text-align: center;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment