feat: footer
This commit is contained in:
parent
2d791ec992
commit
61a68b47d7
2 changed files with 9 additions and 0 deletions
|
@ -31,5 +31,8 @@
|
|||
</div>
|
||||
<br/>
|
||||
</main>
|
||||
<div id="footer">
|
||||
<span>© IXVD - 2023</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -18,6 +18,12 @@ body {
|
|||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
#footer {
|
||||
color: #ffffff44;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body > * {
|
||||
width: 50%;
|
||||
padding: 1rem 2rem;
|
||||
|
|
Loading…
Reference in a new issue