diff --git a/css/my.css b/css/my.css index f4b68dc..eb5a5de 100644 --- a/css/my.css +++ b/css/my.css @@ -44,3 +44,13 @@ section { width: 100%; height: 100%; } + +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: red; + color: white; + text-align: center; +} \ No newline at end of file