Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. body.home #nav ul li.home {
  2. background: url(images/arrow.jpg) center bottom no-repeat;
  3. }
  4.  
  5. body.medicare #nav ul li.medicare {
  6. background: url(images/arrow.jpg) center bottom no-repeat;
  7. }
  8.  
  9.  
  10. body.long-term #nav ul li.long-term {
  11. background: url(images/arrow.jpg) center bottom no-repeat;
  12. }
  13.  
  14.  
  15. body.life-insurance #nav ul li.life-insurance {
  16. background: url(images/arrow.jpg) center bottom no-repeat;
  17. }
  18.  
  19.  
  20. body.annuities #nav ul li.annuities {
  21. background: url(images/arrow.jpg) center bottom no-repeat;
  22. }
  23.  
  24. body.blog #nav ul li.blog {
  25. background: url(images/arrow.jpg) center bottom no-repeat;
  26. }
Add Comment
Please, Sign In to add comment