Advertisement
Guest User

class css

a guest
Nov 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. body {
  2. background-color:#00008B;
  3. Font-Family: Arial;
  4. Font-Size: 16 px;
  5.  
  6. }
  7.  
  8. h1 {
  9. color:#FF0000;
  10. margin-left: 24 px;
  11. background-color:#99FF99;
  12. Text-Align: Center;
  13. }
  14.  
  15. h2{
  16. Color:#FFFF00;
  17. Font-Size:24 px;
  18. background-Color:#191970;
  19. Text-Align: Center;
  20.  
  21. }
  22.  
  23. h3{
  24. Color:#FFFF00;
  25. Font-Size:22 px;
  26. background-Color:#7B68EE;
  27. Text-Align: Center;
  28. }
  29.  
  30.  
  31.  
  32. p{
  33. Font-Color:#00008B;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement