diff --git a/src/css/index.css b/src/css/index.css index 3b5f605..dd84432 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -188,3 +188,15 @@ li { -webkit-text-emphasis-style: "🧠"; text-emphasis-style: "🧠"; } + +.footer { + position: absolute; + left: 0; + right: 0; + bottom: 0; + background-color: gray; + display: flex; + justify-content: center; + align-items: center; + height: 30px; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 72103d6..38b14e5 100644 --- a/src/index.html +++ b/src/index.html @@ -83,6 +83,9 @@