diff --git a/index.html b/index.html index 7b8726b..a84d745 100644 --- a/index.html +++ b/index.html @@ -500,6 +500,10 @@ + + diff --git a/src/index.css b/src/index.css index 45b5145..8871564 100644 --- a/src/index.css +++ b/src/index.css @@ -100,6 +100,14 @@ main { } } +footer { + text-align: center; + + a { + color: #dedfd6; + } +} + @media (max-width: 400px) { body { padding: 20px;