mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 08:59:19 +02:00
merged changes from J-onasJones/alpha.jonasjones.me
This commit is contained in:
parent
2f55e87331
commit
bcb0d8bdca
38 changed files with 448 additions and 52 deletions
22
src/components/Footer.svelte
Normal file
22
src/components/Footer.svelte
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue