💄 styling Footer

This commit is contained in:
SindreKjelsrud 2023-08-22 15:59:48 +02:00
parent 688a9cefca
commit 034626b1f7

View file

@ -2,12 +2,6 @@
const today = new Date();
---
<footer>
<footer class="flex justify-center fixed w-screen bottom-0 p-4">
{today.getFullYear()} &copy; Sindre Kjelsrud.
</footer>
<style>
footer {
padding: 25px;
text-align: center;
}
</style>
</footer>