diff --git a/index.html b/index.html index 212919d..b94182f 100644 --- a/index.html +++ b/index.html @@ -26,10 +26,9 @@

Tools

\ No newline at end of file diff --git a/style.css b/style.css index 4c2efde..860e199 100644 --- a/style.css +++ b/style.css @@ -20,4 +20,14 @@ width: 200px; background: rgb(0,0,191); background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%); -} \ No newline at end of file +} + +#footer { + position: fixed; + padding: 10px 10px 0px 10px; + bottom: 0; + width: 100%; + /* Height of the footer*/ + height: 40px; + background: grey; + } \ No newline at end of file