shared: update footer styling

This commit is contained in:
Charlotte Gaskell 2025-07-28 14:24:17 +01:00
parent 95b9bb0f0d
commit c5caa29000
Signed by: charlotte
GPG key ID: 8B93BA001088A340
2 changed files with 10 additions and 0 deletions

View file

@ -33,6 +33,7 @@
<div class="footer"> <div class="footer">
<hr />
<p>made by charlotte in 2025 :3 woof</p> <p>made by charlotte in 2025 :3 woof</p>
<p>🐶</p> <p>🐶</p>

View file

@ -21,10 +21,19 @@ a:visited {
color: #ffffff; color: #ffffff;
} }
.content {
margin-bottom: 120px;
}
.footer { .footer {
position: fixed; position: fixed;
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
background-color: black;
}
hr {
border: 1px solid #ffc0cb;
} }