Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. h2 {
  2. color:khaki;
  3.  
  4. }
  5.  
  6. .menu a{
  7. color: chartreuse;
  8.  
  9. }
  10. .menu a:hover, .menu a.active {
  11. color: khaki;
  12.  
  13. }
  14.  
  15. div.submenu a.active{
  16. color:aqua;
  17.  
  18. }
  19. div.submenu a{
  20. color:yellow;
  21.  
  22. }
  23. div.value{
  24. color:orangered;
  25. }
  26. div.links a{
  27. color:orange;
  28.  
  29. }
  30.  
  31. .footer-wide{
  32. background-color:lightslategray;
  33.  
  34. }
  35. h1 {
  36. color:#0ac2ff;
  37.  
  38. }0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement