style footer
This commit is contained in:
parent
75bf2bb0e1
commit
95c9453998
2 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
<p>placeholder-main</p>
|
||||
</main>
|
||||
|
||||
<footer>NPNO</footer>
|
||||
<footer class="text-center">
|
||||
<hr />
|
||||
<p>NPNO</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue