rar-index-py/flask/static/home.css
marcel d4016ce80c First functions
Added first functions in backend
The homepage can now show the most recent archives
2023-10-17 18:25:38 +02:00

11 lines
No EOL
178 B
CSS

div.grid-container {
display: grid;
grid-template-columns: auto auto auto;
}
div.grid-item {
border: 2px black solid;
}
div.clickable:hover {
background: grey;
}