demo list and page

This commit is contained in:
Robin Appelman 2023-04-08 17:07:40 +02:00
commit 667f5eae04
32 changed files with 4784 additions and 5 deletions

22
style/footer.css Normal file
View file

@ -0,0 +1,22 @@
footer {
margin: 100px -31px -100px;
text-align: center;
line-height: 35px;
vertical-align: middle;
padding: 10px 0;
color: white;
background-color: var(--secondary-color);
& a, & a:visited {
color: #3498db;
}
@media (min-width: 1700px) {
margin: 0;
position: fixed;
right: 15px;
bottom: 0;
width: 280px;
text-align: right;
}
}