feat: footer

This commit is contained in:
Strix 2023-10-16 01:36:03 +02:00
parent 2d791ec992
commit 61a68b47d7
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 9 additions and 0 deletions

View file

@ -31,5 +31,8 @@
</div>
<br/>
</main>
<div id="footer">
<span>&copy; IXVD - 2023</span>
</div>
</body>
</html>

View file

@ -18,6 +18,12 @@ body {
background-color: #f0f0f0;
}
#footer {
color: #ffffff44;
display: grid;
justify-content: center;
}
body > * {
width: 50%;
padding: 1rem 2rem;