Advertisement
circlejourney

Moodboard square crop fix for Bluumei

Apr 28th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <div class="row">
  2. <!-- Replace the URL in the url() brackets to change the image -->
  3. <div class="col">
  4. <div style="background-image: url(https://via.placeholder.com/400x300); background-position: center; background-size: cover; width: 300px; height: 300px;">
  5. </div>
  6. </div>
  7.  
  8. <div class="col">
  9. <div style="background-image: url(https://via.placeholder.com/400x300); background-position: center; background-size: cover; width: 300px; height: 300px;">
  10. </div>
  11. </div>
  12.  
  13. <div class="col">
  14. <div style="background-image: url(https://via.placeholder.com/400x300); background-position: center; background-size: cover; width: 300px; height: 300px;">
  15. </div>
  16. </div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement