9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
|
|
.box {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
column-gap: 8px;
|
||
|
|
row-gap: 8px;
|
||
|
|
}
|