diff --git a/public/index.html b/public/index.html index 5eaffbb..f9c146d 100755 --- a/public/index.html +++ b/public/index.html @@ -47,10 +47,26 @@ align-items: center; justify-content: center; } + + footer { + position: fixed; + right: 10px; + bottom: 8px; + opacity: 0.4; + text-align: center; + } + + footer a { + color: rgb(173, 219, 103); + }
+