Advertisement
temapr

Untitled

Feb 18th, 2019
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. h1 {
  2.   font-size: 90px;
  3.     }
  4. h5 {
  5.   font-style: italic;
  6.   font-size: 30px;
  7.     }
  8. a {
  9.   color: steelblue;
  10.   font-size: 20px;
  11.     }
  12. div {
  13.    text-align: center;
  14.     }
  15. img {
  16.    width: 512px;
  17.     }
  18. h1 {
  19.   font-family: 'Playfair Display';
  20. }
  21. h2 {
  22.   font-family: 'Pacifico';
  23. }
  24. h3 {
  25.   font-family: 'Prosto One';
  26. }
  27. h4 {
  28.   font-family: 'Alegreya Sans SC';
  29. }
  30. h5 {
  31.   font-family: 'Arial';
  32. }
  33. p {
  34.   font-family: 'PT Mono';
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement