Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. h1 {
  2. font-family: 'Playfair Display';
  3. font-size: 90px;
  4. }
  5.  
  6. h2 {
  7. font-family: sans-serif;
  8. }
  9.  
  10. h3{
  11. font-family: Verdana;
  12.  
  13. }
  14. h4{
  15. font-family: sans-serif;
  16. }
  17. h5 {
  18. font-family : "Times New Roman";
  19. font-style: italic;
  20. font-size: 30px;
  21. }
  22.  
  23. a {
  24. font-family : Courier;
  25. color: steelblue;
  26. font-size: 20px;
  27. }
  28.  
  29. div {
  30. font-family : serif;
  31. text-align: center;
  32. }
  33.  
  34. img {
  35. width: 512px;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement