diff --git a/index.html b/index.html index 80ed8df..01f89b8 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,10 @@ + + diff --git a/main.css b/main.css index ecfdc3c..b04c334 100644 --- a/main.css +++ b/main.css @@ -77,8 +77,13 @@ main p { footer { background-color: #2e2d2d; color: #ffffff; - padding: 20px; - text-align: center; + padding: 10px; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + text-align: left; + font-size: 13px; } footer p {