Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. html,body, iframe, div, ul, li, a{margin:0; padding:0;}
  2. #menu{width:100%; margin:0 auto;}
  3. #menu > #btn_menu{width:100%; height:auto; background:#efefef; text-align:right; border-bottom:solid 1px #FFF;}
  4. #menu > #btn_menu ul{width:40px; height:40px; background:#aaa;}
  5. #menu > #btn_menu ul li{list-style:none;}
  6. #menu > #list_menu{width:100%; height:auto; margin-right:10px; display:inline-block;}
  7. #menu > #list_menu a{display:block; width:100%; padding:5px 15px; text-decoration:none; color:#444; background:#efefef; border-bottom:solid 1px #FFF;}
  8. #menu > #list_menu a:hover{}
  9. #content_iframe{width:100%; background:#555;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement