Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. body
  2. {
  3. font-family: Arial, Verdaana, serif;
  4. background-color: grey;
  5. }
  6. h1
  7. {
  8. font-famly Arial;
  9. background-color: red;
  10.  
  11. font-family: "Courier New", monospace;
  12.  
  13. }
  14. h2
  15. {
  16. background-color: light-green;
  17. }
  18. h4
  19. {
  20.  
  21. background-color: FFE8AA !important;
  22.  
  23. font-size: 19px;
  24.  
  25. }
  26.  
  27. li
  28. {
  29. background-color: 99B89B;
  30. padding: 12px;
  31. font-size: 17px;
  32. opacity: 0.75; /*przezroczystosc*/
  33. margin: -4px;
  34. }
  35. DIV#stopka
  36. {
  37. background-color: red;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement