diff --git a/index.html b/index.html index 80c0ad0..d8de332 100644 --- a/index.html +++ b/index.html @@ -37,5 +37,6 @@ though accounts will still require systematic approval.

+ \ No newline at end of file diff --git a/style.css b/style.css index 1d9a02e..cc7e978 100644 --- a/style.css +++ b/style.css @@ -57,4 +57,15 @@ a:hover { hr { margin: 2em; +} + +#footer { + display: block; + position: fixed; + bottom: 0; + margin-left: auto; + margin-right: auto; + text-align: center; + font-size: 0.8em; + width: 100%; } \ No newline at end of file