From 8551f977c556ed631e8674a6b29818441ec43f5c Mon Sep 17 00:00:00 2001 From: "Hemanth Tenneti [NST]" Date: Thu, 19 Dec 2024 19:46:45 +0530 Subject: [PATCH] Fixed footer background --- main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.css b/main.css index f4e37d0..afac9f9 100644 --- a/main.css +++ b/main.css @@ -330,6 +330,8 @@ body { justify-content: center; padding: 233px 0; background: url(assets/footerImage.png); + background-repeat: no-repeat; + background-size: cover; } .footer h1 {