merged changes from J-onasJones/alpha.jonasjones.me

This commit is contained in:
Jonas_Jones 2023-07-09 18:17:06 +02:00
parent 2f55e87331
commit bcb0d8bdca
38 changed files with 448 additions and 52 deletions

View file

@ -0,0 +1,22 @@
<div class="footer">
<p>Website by Jonas_Jones @ jonasjones.dev. 2021 - 2023</p>
</div>
<style>
.footer {
height: 1rem;
background-color: #000;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
padding-top: 0.25rem;
padding-bottom: 0.5rem;
font-size: 20px;
}
</style>