Guest User

Untitled

a guest
Jul 15th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <div class="container">
  2. <div class="single-container">
  3. <img src="https://imagesvc.timeincapp.com/v3/mm/image?url=https%3A%2F%2Ftimedotcom.files.wordpress.com%2F2014%2F11%2F84146440.jpg&w=800&q=85" alt="">
  4. <h2>I'm trying to not make this more than image width.</h2>
  5. </div>
  6. <div class="single-container">
  7. <img class="img2" src="https://imagesvc.timeincapp.com/v3/mm/image?url=https%3A%2F%2Ftimedotcom.files.wordpress.com%2F2014%2F11%2F84146440.jpg&w=800&q=85" alt="">
  8. <h2>I'm trying to not make this more than image width.</h2>
  9. </div>
  10. <div class="single-container">
  11. <img src="https://imagesvc.timeincapp.com/v3/mm/image?url=https%3A%2F%2Ftimedotcom.files.wordpress.com%2F2014%2F11%2F84146440.jpg&w=800&q=85" alt="">
  12. <h2>I'm trying to not make this more than image width.</h2>
  13. </div>
  14. </div>
  15.  
  16. .container {
  17. display: flex;
  18. flex-direction: row;
  19. }
  20.  
  21. img {
  22. height: 20vh;
  23. }
  24.  
  25. .single-container {
  26. display:table;
  27. width: 0;
  28. }
Add Comment
Please, Sign In to add comment