diff --git a/css/style.css b/css/style.css index d8ae55e..2b5cae7 100644 --- a/css/style.css +++ b/css/style.css @@ -318,3 +318,18 @@ body{ object-fit: contain; } +/*footer*/ +#pageFooter{ + postion: fixed; + bottom: 0px; + left: 0px; + right: 0px; + margin-bottom: 0px; + height: 20%; + width: 100%; + text-align: center; + background: #f1cf91; + +} + +