Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <div id="posts">
  2. <div id="new-posts">
  3. <img src="https://weneedfun.com/wp-content/uploads/2016/01/Daisy-Flower-
  4. 3.jpg">
  5. <p>here is ccontent of post . here is ccontent of post .
  6. here is ccontent of post . here is ccontent of post .
  7. here is ccontent of post . here is ccontent of post . </p>
  8. </div>
  9.  
  10. #posts {
  11. border: 1px solid;
  12. /* overflow: hidden; */
  13. height: auto;
  14. }
  15.  
  16. #new-posts img{
  17. float: left;
  18. margin: 10px;
  19. height:100px;
  20. width:100px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement