Advertisement
OmgImAlexis

Untitled

Apr 12th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. body {
  2. background-color: #EDEDED;
  3. }
  4.  
  5. #posts {
  6. width: 500px;
  7. min-height: 500px;
  8. margin: 0 auto;
  9. }
  10.  
  11. .post {
  12. width: 498px;
  13. min-height: 200px;
  14. margin-bottom: 20px;
  15. background-color: #FFFFFF;
  16. border: 1px solid #DDDDDD;
  17.  
  18. color: #333333;
  19. }
  20.  
  21. p {
  22. proxima-nova-soft, sans-serif;
  23. font-size: 15px;
  24. font-family: proxima-nova-soft, sans-serif;
  25. }
  26.  
  27. .avatar {
  28. position: absolute;
  29. margin-left: -100px;
  30. border: 1px solid #DDDDDD;
  31. background: white;
  32. padding: 2px;
  33. height: 65px;
  34. }
  35.  
  36. .body {
  37. padding: 20px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement