mirror of
https://github.com/ekmas/cs16.css
synced 2026-04-10 21:53:24 +00:00
added footer
This commit is contained in:
parent
3731b65592
commit
2423e591f1
2 changed files with 12 additions and 0 deletions
|
|
@ -500,6 +500,10 @@
|
|||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
Released under MIT License. Made by <a target="_blank" href="http://samke.me">Samuel</a>.
|
||||
</footer>
|
||||
|
||||
<script type="module" src="./src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -100,6 +100,14 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
color: #dedfd6;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
body {
|
||||
padding: 20px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue