27 lines
No EOL
569 B
HTML
27 lines
No EOL
569 B
HTML
<style>
|
|
:host {
|
|
display: block;
|
|
width: 100%;
|
|
margin-top: auto;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: auto;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.footer h4 {
|
|
font-family: "Audiowide", serif;
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
color: red;
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
<div class="footer">
|
|
<br>
|
|
<h4>This site is unfinished and many things are probobly broken. I already know, but please tell me to fix it.</h4>
|
|
</div> |