diff --git a/assets/css/style.css b/assets/css/style.css index 900e899..e698a3e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -34,4 +34,14 @@ span{ .titles{ margin-bottom: 2rem; } -} \ No newline at end of file +} + +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: rgb(78, 77, 77); + color: white; + text-align: center; +} diff --git a/blog.html b/blog.html index 601bc8b..0925858 100644 --- a/blog.html +++ b/blog.html @@ -96,5 +96,6 @@