Answer the question
In order to leave comments, you need to log in
How to properly type this with Flexbox?
Answer the question
In order to leave comments, you need to log in
Easiest :
Parent the following styles:
display:flex;
flex-wrap: wrap;
justify-content: space-between;
width: 24%;
height: 200px;
.parent .child:nth-of-type(5) {
width: 48%;
}
Everything has already been said in flex. Look also towards the grid, it is already possible and not at all scary.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question