added footer with copyright info
This commit is contained in:
parent
9988537cad
commit
5bb7667d7d
2 changed files with 12 additions and 0 deletions
|
@ -37,5 +37,6 @@
|
||||||
though accounts will still require systematic approval.</p>
|
though accounts will still require systematic approval.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer">Site contents ©2024 by fennel kora under MIT License. Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
11
style.css
11
style.css
|
@ -58,3 +58,14 @@ a:hover {
|
||||||
hr {
|
hr {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 0.8em;
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Reference in a new issue