Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /* CSS Document */
  2. form {
  3. display: block;
  4. margin-bottom: 1mm;
  5. }
  6. .style2
  7. {
  8. font-family: Arial, Helvetica, sans-serif;
  9. font-size: 12pt;
  10. }
  11. .style3
  12. {
  13. color: #FF0000;
  14. font-family: Arial, Helvetica, sans-serif;
  15. }
  16. .style4
  17. {
  18. background-color: black;
  19. color: white;
  20. }
  21. body
  22. {
  23. background-color: #FFFF99;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement