code refactor

This commit is contained in:
J-onasJones 2023-09-17 00:26:58 +02:00
parent 4bf868de38
commit 04890477b0
16 changed files with 734 additions and 611 deletions

View file

@ -1,21 +1,21 @@
<div class="footer">
<p>Website by Jonas_Jones 2021 - 2023</p>
<p>Website by Jonas_Jones 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;
}
.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>