Guest User

Untitled

a guest
Jun 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <style>
  2. body{background: white; margin:0; padding:0;}
  3. .header{width: 100%; background: #ccc; position: absolute; left: 0; top: 0; height: 40px; z-index: 10;}
  4.  
  5. .sidebar{width:200px; background: yellow; position: absolute; left: 0; top: 0; height: 100%; z-index: 5;}
  6. .sidebar-content{background: red; margin: 50px 10px 0; }
  7. </style>
Add Comment
Please, Sign In to add comment