Make footer stick to the bottom of the page
This commit is contained in:
parent
2889eb633c
commit
9097c6b38b
2 changed files with 8 additions and 23 deletions
21
index.html
21
index.html
|
@ -24,27 +24,6 @@
|
|||
<h2>Welcome</h2>
|
||||
<p>Welcome to my home sweet home, darling. Take a look around, if you so desire.</p>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<div class="footer">
|
||||
<h2>Friends 💖</h2>
|
||||
<a href="https://speedie.site"><img src="https://snowcake.me/assets/images/speedie.png" title="speedie - speedie.site"></a>
|
||||
|
|
|
@ -59,6 +59,12 @@ a {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-image: radial-gradient(circle, #8e009f, #6b0077, #470050);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue