Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. body {
  2. background-color: lightgreen;
  3. margin-left: 10%;
  4. margin-top: 25px;
  5. }
  6. p{
  7. font-weight: bold;
  8. color:grey;
  9. font-family: Tahoma;
  10. font-size: 15pt;
  11. text-align: right;
  12. text-decoration: underline;
  13. font-style:Italic;
  14. }
  15. h1, h2, h3 {
  16. color:blue;
  17. font-family: Arial;
  18. text-decoration: underline;
  19. }
  20.  
  21. h4 ,h5 ,h6 {
  22. color:white;
  23. font-family: Arial;
  24. text-align: center;
  25. }
  26.  
  27. div {
  28. font-family: Arial;
  29. font-size: 25pt;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement