From a30cb197016d5cf20ef392f37336362c2b997790 Mon Sep 17 00:00:00 2001 From: Rodrigo Pombo Date: Tue, 5 Feb 2019 12:54:23 -0300 Subject: [PATCH] Add footer --- public/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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); + }
+