From 6a3f522635472dbf82c59bf2fd5bc714686df12d Mon Sep 17 00:00:00 2001 From: Ashutosh-iitrpr <141392925+Ashutosh-iitrpr@users.noreply.github.com> Date: Tue, 14 May 2024 18:28:35 +0530 Subject: [PATCH] Update home.html --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index eaee38f..1b74c7d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -18,7 +18,7 @@ background-image: url(''); background-size: cover; /* Cover the entire viewport */ background-position: center; /* Center the background image */ - + background-color: #008080; } }