R
R
Ratibor2018-10-15 13:59:11
css
Ratibor, 2018-10-15 13:59:11

Is it possible to make a grid on flexes with an odd number of elements?

Good time of the day! How can I implement such a grid https://codepen.io/RatiboR1978/pen/pxdyPg here you can see that it is crooked how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2018-10-15
@RatiboR1978

What if replace

.imageContainer:empty {
  height: 0;
  border: none;
}

on the
.imageContainer:empty {
  visibility: hidden;
}

??

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question