From 5d340d7efda0f69cf555905382ace79cd49b0dfc Mon Sep 17 00:00:00 2001 From: Azka Rizwan Date: Mon, 17 Aug 2026 20:08:31 +0500 Subject: [PATCH 1/2] Fix bg image --- Project 1/css/style.css | 2 +- Project 1/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..dc567c3 100644 --- a/Project 1/index.html +++ b/Project 1/index.html @@ -4,7 +4,7 @@ Zomato - Order food online - +
From 68a022b5130944030e5ee73824b57d58f2c2ca81 Mon Sep 17 00:00:00 2001 From: Azka Rizwan Date: Mon, 17 Aug 2026 20:25:43 +0500 Subject: [PATCH 2/2] fix paths --- Project 1/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project 1/index.html b/Project 1/index.html index dc567c3..1224b00 100644 --- a/Project 1/index.html +++ b/Project 1/index.html @@ -12,7 +12,7 @@