Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. body{background:#ededed;}
  2.  
  3. #navMenu {margin-top:50px;}
  4. #navMenu ul{margin:0;padding:0;list-style:none;background:#252525;text-align:center;position:relative;}
  5.  
  6. #navMenu ul li{display:inline-block;}
  7.  
  8. #navMenu ul li a{display:block;height:45px;width:150px;color:#fff;font-family:helvetica;line-height:43px;text-decoration:none;transition: background 0.5s linear 0s, color 0.5s linear 0s}
  9.  
  10. #navMenu ul li a:hover{background:#0eba0b;color:black;}
  11.  
  12. #navMenu ul ul{position:absolute;width:150px;display:none;}
  13. #navMenu ul ul li{display:block;background:#0eba0b;}
  14.  
  15. #navMenu ul li img{vertical-align:middle;padding-left:15px;border:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement