Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #main {
  2. width: 700px;
  3. margin: 0 auto;
  4. position: relative;
  5. }
  6. #sidebar {
  7. width: 170px;
  8. float: left;
  9. }
  10. #sidebar:before {
  11. content: " ";
  12. width: 170px;
  13. height: 100%;
  14. background: #c9e4ca;
  15. position: absolute;
  16. z-index: -1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement