Advertisement
Guest User

Untitled

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