Код: Выделить всё
.wrapper {
display: grid;
grid-template-columns: 50px 50px 50px 50px;
}
.wrapper > div {
padding: 15px;
text-align: center;
border: 1px solid black;
}< /code>
1
2
3
4
5
6
7
8
Подробнее здесь: https://stackoverflow.com/questions/478 ... n-css-grid
Мобильная версия