feat: credits footer
All checks were successful
/ deploy (push) Successful in 11s

This commit is contained in:
ange 2024-09-10 23:25:26 +07:00
parent fab157419d
commit 0fd2afe587
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
4 changed files with 12 additions and 0 deletions

View File

@ -27,5 +27,7 @@
<div id="main">
TODO
</div>
</div>
<footer>Website heavily inspired by suckless.org</footer>
</body>
</html>

View File

@ -38,5 +38,7 @@
<tr id="wa"><td>WhatsApp</td><td><a href="https://wa.me/6285333559453">+62 853-3355-9453</a></td></tr>
</table>
</div>
</div>
<footer>Website heavily inspired by suckless.org</footer>
</body>
</html>

View File

@ -27,5 +27,7 @@
<div id="main">
TODO
</div>
</div>
<footer>Website heavily inspired by suckless.org</footer>
</body>
</html>

View File

@ -168,3 +168,9 @@ h4 {
filter: invert(1);
}
}
footer {
position: absolute;
text-align: right;
bottom: 0;
}