Answer the question
In order to leave comments, you need to log in
How to make such a list of product cards on flex?
How to do this on flex ?
Answer the question
In order to leave comments, you need to log in
something like this!
<style>
.parent {
display: flex;
flex-direction: column;
}
.child:first-of-type{
height: 100%
}
</style>
<div class="parent">
<div class="child"></div>
<div class="child"></div>
<div class="child"></div>
<div class="child"></div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question