S
S
Sergey2018-02-17 12:25:01
css
Sergey, 2018-02-17 12:25:01

How to make an adaptive unusual tile with pictures (as in the screenshot)?

5a87f3b657a4d006974586.jpeg
What is the best way to make the same arrangement of pictures as on the screen? There should not be red lines (I drew them in order to show that there should be the same indent from the pictures, but I didn’t draw them very evenly).
I use bootstrap 4. It is possible without it, I will consider all options.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
mdss, 2018-02-17
@mdss

.col+.col+.col>.col__sub+.col__sub

I
I'm Yoda, 2018-02-17
@Anadi

Here are all the answers to your question!

H
hopeful_romantic, 2018-02-17
@hopeful_romantic

https://masonry.desandro.com/

E
Evgeny Zaharov, 2018-02-17
@drymind404

div.container
  div.col-6
  div.col-3
  div.col-3
    div.container
      div.col-12
      div.col-12

Where div.col-12 with 50% height. All col paddings, but we need 2 times less bottom padding for the top .col-12 and top padding for the bottom one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question