shared: update footer styling
This commit is contained in:
parent
95b9bb0f0d
commit
c5caa29000
2 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
<div class="footer">
|
||||
|
||||
<hr />
|
||||
<p>made by charlotte in 2025 :3 woof</p>
|
||||
<p>🐶</p>
|
||||
|
||||
|
|
|
@ -21,10 +21,19 @@ a:visited {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #ffc0cb;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue