Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #heart{width:100%}
  2.  
  3. #post{
  4. width:50px;
  5. float:left;
  6. text-align:left;
  7. padding:5px;
  8. margin:1px;
  9. font-family:Verdana, Geneva, sans-serif;
  10. font-size:12px;
  11. color:#605f5f;
  12. background-color:#f7f6f6;
  13. }
  14.  
  15. #listapost{margin:0 auto;}
  16.  
  17. <div id="heart">
  18. <div id="listapost">
  19. <div id="post">stuff</div>
  20. <div id="post">stuff</div>
  21. <div id="post">stuff</div>
  22. ....
  23. </div>
  24. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement