stacker.news/styles/index.module.css

11 lines
163 B
CSS

.box {
width: 100px;
height: 100px;
background-color: grey;
}
.grid {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
}