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>
|
||||
</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>
|
||||
</html>
|
11
style.css
11
style.css
|
@ -57,4 +57,15 @@ a:hover {
|
|||
|
||||
hr {
|
||||
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