Advertisement
Guest User

Untitled

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