style footer

This commit is contained in:
Mylloon 2022-10-07 01:14:25 +02:00
parent 75bf2bb0e1
commit 95c9453998
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 14 additions and 1 deletions

View file

@ -64,3 +64,13 @@ main {
border-radius: 8px;
box-shadow: 0 4px 30px 0 var(--shadow), 0 4px 30px 0 var(--shadow);
}
footer {
opacity: 0.8;
letter-spacing: 0.2rem;
}
footer > hr {
visibility: hidden;
margin: 2rem auto;
}

View file

@ -18,6 +18,9 @@
<p>placeholder-main</p>
</main>
<footer>NPNO</footer>
<footer class="text-center">
<hr />
<p>NPNO</p>
</footer>
</body>
</html>