Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .menu ul li {
  2. width:200px;
  3. margin-left:0px;
  4. }
  5.  
  6. .menu ul li:last-child {
  7. width:200px;
  8. margin-left:-100px;
  9. }
  10.  
  11. .menu ul li {
  12. width:200px;
  13. margin-left:0px;
  14. }
  15. .menu ul li:nth-child(7),
  16. .menu ul li:nth-child(8) {
  17. width:200px;
  18. margin-left:-100px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement