Advertisement
Guest User

Untitled

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