products.css
unknown
css
5 years ago
176 B
5
Indexable
.flex {
display: flex;
flex-direction: column;
height: 300px;
}
.flex li {
flex: 1 1 200px;
margin: 10px;
}
.bottom-child.first {
margin-top: auto;
}Editor is loading...