mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
demo list and page
This commit is contained in:
parent
23d9d55984
commit
667f5eae04
32 changed files with 4784 additions and 5 deletions
22
style/footer.css
Normal file
22
style/footer.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue