Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .container {
  2. width: 620px;
  3. height: 590px;
  4. margin: 0 auto;
  5. left: 500px;
  6. position:fixed;
  7. top: 7%;
  8. overflow:auto;
  9. border: 20px solid {color:SidebarBackground};
  10. }
  11.  
  12. #entries {
  13. width:400px;
  14. height:auto;
  15. margin: 0 auto;
  16. margin-bottom:50px;
  17. }
  18.  
  19. #post {
  20. width:400px;
  21. height:auto;
  22. margin-top:20px;
  23. padding:10px;
  24. background:white;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement