diff --git a/Project 1/css/style.css b/Project 1/css/style.css index b4c3cf2..3155df1 100644 --- a/Project 1/css/style.css +++ b/Project 1/css/style.css @@ -95,7 +95,7 @@ main section { /* First Section (hero section) */ main section:first-of-type { - background: url('/img/bg.png') no-repeat center center/cover; + background: url('../img/bg.png') no-repeat center center / cover; color: white; min-height: 60vh; display: flex; diff --git a/Project 1/index.html b/Project 1/index.html index 6d03191..1224b00 100644 --- a/Project 1/index.html +++ b/Project 1/index.html @@ -4,7 +4,7 @@ Zomato - Order food online - +
@@ -12,7 +12,7 @@