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>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
</main>
|
</main>
|
||||||
|
<div id="footer">
|
||||||
|
<span>© IXVD - 2023</span>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -18,6 +18,12 @@ body {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
color: #ffffff44;
|
||||||
|
display: grid;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
body > * {
|
body > * {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
|
|
Loading…
Reference in a new issue