Код: Выделить всё
.container {
display: grid;
grid-template-rows: repeat(3, 20px);
grid-template-columns: repeat(3, 20px);
gap: 1px;
}
.container>div {
background-color: #DDE;
outline: 1px #11E solid;
text-align: center;
}< /code>
A
B
C
A
B
C
Подробнее здесь: https://stackoverflow.com/questions/797 ... a-css-grid