diff --git a/index.html b/index.html index 0d0908b..2056378 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,8 @@
 
- \ No newline at end of file diff --git a/style.css b/style.css index 4e9d47c..4ee810c 100644 --- a/style.css +++ b/style.css @@ -16,8 +16,15 @@ } .back { - height: 500px; - width: 200px; + height: 100%; + width: 100%; background: rgb(0,0,191); background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%); +} + +.footer { + height: auto; + width: 100%; + background: rgb(0,11,255); + background: linear-gradient(225deg, rgba(0,11,255,1) 100%, rgba(0,11,255,1) 100%); } \ No newline at end of file