products.css

 avatar
unknown
css
4 years ago
176 B
2
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...