Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #sidebar{
  2. width:inherit;
  3. position: fixed;
  4. display: block;
  5. }
  6. #user_avatar{
  7. margin:0 auto;
  8. width:120px;
  9. height: 120px;
  10. border:4px solid white;
  11. background-color: #555;
  12. display: block;
  13. margin-top:-100px;
  14. position: relative;
  15. z-index:501;
  16. }
  17.  
  18. #sidebar{
  19. width:inherit;
  20. position: fixed;
  21. display: block;
  22. z-index: 501;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement