lowkeywicked

Freebie - Mood Pinwheel

Dec 28th, 2020
2,082
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 1 0
  1. <!--- customize background color & box shadow here -->
  2. <div class="p-3 d-block mx-auto my-4" style="border-radius: 1em; max-width: 800px; background-color: #fff; box-shadow: 0px 0px 1em rgba(0,0,0,0.2);">
  3. <div class="modal-open" style="border-radius: 1em;">
  4.  
  5. <!-- focus for each image will be in the CENTER -- images will scale/crop on mobile -->
  6. <div class="row no-gutters">
  7. <div class="col-md-4 push-md-8 pl-md-1 mb-2">
  8. <!-- upper right square-ish image -->
  9. <div style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/17777314_booQyaENsTATJJT.jpg');
  10. background-size: cover; background-position:center; min-height: 250px;"></div>
  11. </div>
  12. <div class="col-md-8 pull-md-4 pr-md-1 mb-2">
  13. <!-- upper left image wide image -->
  14. <div style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/17781800_k7wQciC2CVXsjPV.png');
  15. background-size: cover; background-position:center; min-height: 200px;" class="h-100"></div>
  16. </div>
  17. <div class="col-md-8 push-md-4">
  18. <div class="row no-gutters">
  19. <div class="col-md-6 pr-md-1 mb-2">
  20. <!-- center square-ish image -->
  21. <div style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/12877134_psIxD7SEjfCblNH.png?1574481467');
  22. background-size: cover; background-position:center; min-height: 250px;"></div>
  23. </div>
  24. <!-- middle right square-ish image -->
  25. <div class="col-md-6 pl-md-1 mb-2">
  26. <div style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/17777315_SBqIfkOa6ICJSsh.jpg');
  27. background-size: cover; background-position:center; min-height: 250px;"></div>
  28. </div>
  29. <div class="col-12 mb-md-0 mb-2">
  30. <!-- bottom right square image -->
  31. <div style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/17781810_pyKccC43Jb63wrp.png');
  32. background-size: cover; background-position:center; min-height: 200px;"></div>
  33. </div>
  34. </div>
  35. </div>
  36. <div class="col-md-4 pull-md-8 pr-md-2">
  37. <!-- bottom left tall image -->
  38. <div style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/23471745_uDJmehms0JPTUHv.png');
  39. background-size: cover; background-position:center; min-height: 400px;" class="h-100"></div>
  40. </div>
  41. </div>
  42. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment