First functions
Added first functions in backend The homepage can now show the most recent archives
This commit is contained in:
parent
a2f9b4f978
commit
d4016ce80c
8 changed files with 187 additions and 30 deletions
11
flask/static/home.css
Normal file
11
flask/static/home.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
div.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
}
|
||||
div.grid-item {
|
||||
border: 2px black solid;
|
||||
}
|
||||
|
||||
div.clickable:hover {
|
||||
background: grey;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue