Added first functions in backend The homepage can now show the most recent archives
11 lines
No EOL
178 B
CSS
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;
|
|
} |