From a763f872cb36357da2883e07b6b5bc2d9cad0c88 Mon Sep 17 00:00:00 2001 From: Biswayan-Roy9 <2023cse14biswayan@buie.ac.in> Date: Sun, 19 Jan 2025 21:42:38 +0530 Subject: [PATCH] changing the background color to blusish --- projects/animated-search-bar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/animated-search-bar/style.css b/projects/animated-search-bar/style.css index 4fe3fbb..049c8e4 100644 --- a/projects/animated-search-bar/style.css +++ b/projects/animated-search-bar/style.css @@ -4,7 +4,7 @@ body { justify-content: center; height: 100vh; align-items: center; - background-color: aliceblue; + background-color: rgb(133, 194, 248); } .search-bar-container {