Guest User

Untitled

a guest
Jun 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div class="box">
  2. <div>
  3. <p class="thumb">
  4. <img src="img/f1.png">
  5. <br>
  6. <img src="img/f2.png">
  7. </p>
  8. </div>
  9. <div>
  10. <p class="thumb">
  11. <img src="img/f3.png"> </p>
  12. </div>
  13. </div>
  14.  
  15. .thumb {height:500px;}
  16.  
  17. .thumb img {
  18. display:inline-block;
  19. width:40%;
  20. margin-bottom: 10px;}
  21.  
  22. .box{white-space:nowrap;
  23. float:left;}
  24.  
  25. .box div{
  26. display:inline-block;}
Add Comment
Please, Sign In to add comment