Advertisement
rodolpheg

Untitled

Feb 2nd, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color: rgb(179,187,191);
  4. }
  5.  
  6. p {
  7. font-family: Helvetica;
  8. font-size: 13pt;
  9. color: rgb(78,66,66);
  10. }
  11.  
  12. h1 {
  13. font-family: Garamond;
  14. font-size: 33pt;
  15. color: rgb(211,45,34);
  16. text-align:center;
  17. }
  18.  
  19. h2 {
  20. font-family: Arial;
  21. font-size: 23pt;
  22. color: rgb(130,69,139);
  23. text-align:right;
  24. }
  25.  
  26. h3 {
  27. font-family: monospace;
  28. font-size: 17pt;
  29. color: rgb(13,69,139);
  30. text-align:center;
  31. }
  32. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement