Guest User

Untitled

a guest
Oct 17th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. css:
  2.  
  3. #menubar {
  4. background-image: url(images/menubar-background.png);
  5. float: left;
  6. width: 200px;
  7. height: 100%;
  8. color: #cfcfcf;
  9. border-right: solid 1px #bababa;
  10. box-shadow: inset 0 0 20px #c0c0c0;
  11. -webkit-box-shadow: inset 0 0 20px #c0c0c0;
  12. }
  13.  
  14. #content {
  15. margin-left: 200px;
  16. margin-top: 40px;
  17. }
  18.  
  19. html:
  20. Just to separated divs in the <body>
Add Comment
Please, Sign In to add comment