stacker.news/styles/index.module.css

11 lines
163 B
CSS
Raw Normal View History

2021-04-12 18:05:09 +00:00
.box {
width: 100px;
height: 100px;
background-color: grey;
2021-04-14 00:57:32 +00:00
}
.grid {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
2021-04-12 18:05:09 +00:00
}