This commit is contained in:
ZettaScript
2022-09-26 23:24:15 +02:00
parent f3f0841bb0
commit 9a6af1d0d1
6 changed files with 194 additions and 134 deletions

29
sass/css/footer.scss Normal file
View File

@ -0,0 +1,29 @@
footer {
margin-top: 32px;
background: linear-gradient(0.25turn, #0294d9, #ac44ff);
color: #fff;
font-size: 18px;
}
.footer-wrapper {
display: flex;
max-width: 1100px;
padding: 16px 4px;
margin: auto;
}
.footer-pane {
flex: 1;
}
footer a {
color: #fdb;
}
footer a:hover, footer a:focus {
text-decoration: underline;
}
.footer-bigger {
font-size: 24px;
}