Grid Layout 2
2022年5月1日小于 1 分钟
Grid Layout 2
Question
Layout the items in a grid so that:
- items have minium width of 100px and fill up the space
- place as many items in a row as possible
- gap between items is 10px
<div class="container">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>