diff --git a/Parallax Sunset/parallax-sunset.html b/Parallax Sunset/parallax-sunset.html index acbefee..afb2e08 100644 --- a/Parallax Sunset/parallax-sunset.html +++ b/Parallax Sunset/parallax-sunset.html @@ -23,7 +23,9 @@ -
+
+ +
@@ -32,10 +34,6 @@ - - - - diff --git a/Parallax Sunset/style.css b/Parallax Sunset/style.css index b4570ff..8341d2f 100644 --- a/Parallax Sunset/style.css +++ b/Parallax Sunset/style.css @@ -66,12 +66,3 @@ img.wave { transform: translateY(1vh); } } - -.footer { - background-image: linear-gradient(#032B43, #011522); - box-shadow: 0 -20px 200px #032B43; - position: relative; - height: 50vh; - width: 100vw; - z-index: 2; -} \ No newline at end of file