From 50f9d99dfc0c423916650138277453119140a773 Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:31:47 +0530 Subject: [PATCH 1/2] updated about-us div box-shadow --- src/Components/footer_section/about_us/About_us.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Components/footer_section/about_us/About_us.css b/src/Components/footer_section/about_us/About_us.css index 63a90ff2..5b89a154 100644 --- a/src/Components/footer_section/about_us/About_us.css +++ b/src/Components/footer_section/about_us/About_us.css @@ -33,6 +33,7 @@ .about-us-community { border: 2px solid rgba(128, 100, 162, 1); + box-shadow: 7px 7px 33px 0px #9165c8; } .about-us-community:hover { @@ -42,6 +43,7 @@ .about-us-location { border: 2px solid rgba(128, 100, 162, 1); + box-shadow: 7px 7px 33px 0px #9165c8; } .about-us-location:hover { @@ -51,6 +53,7 @@ .about-us-product { border: 2px solid rgba(128, 100, 162, 1); + box-shadow: 7px 7px 33px 0px #9165c8; } .about-us-product:hover { @@ -60,6 +63,7 @@ .about-us-event { border: 2px solid rgba(128, 100, 162, 1); + box-shadow: 7px 7px 33px 0px #9165c8; } .about-us-event:hover { From 71f4dc707d139de0134d7d7e727f84db28251bd9 Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:36:50 +0530 Subject: [PATCH 2/2] Added box shadow in about us div --- src/Components/footer_section/about_us/About_us.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Components/footer_section/about_us/About_us.css b/src/Components/footer_section/about_us/About_us.css index 5b89a154..a3c2dd16 100644 --- a/src/Components/footer_section/about_us/About_us.css +++ b/src/Components/footer_section/about_us/About_us.css @@ -33,7 +33,7 @@ .about-us-community { border: 2px solid rgba(128, 100, 162, 1); - box-shadow: 7px 7px 33px 0px #9165c8; + box-shadow: 7px 7px 32px 0px #9165c8; } .about-us-community:hover { @@ -43,7 +43,7 @@ .about-us-location { border: 2px solid rgba(128, 100, 162, 1); - box-shadow: 7px 7px 33px 0px #9165c8; + box-shadow: 7px 7px 32px 0px #9165c8; } .about-us-location:hover { @@ -53,7 +53,7 @@ .about-us-product { border: 2px solid rgba(128, 100, 162, 1); - box-shadow: 7px 7px 33px 0px #9165c8; + box-shadow: 7px 7px 32px 0px #9165c8; } .about-us-product:hover { @@ -63,7 +63,7 @@ .about-us-event { border: 2px solid rgba(128, 100, 162, 1); - box-shadow: 7px 7px 33px 0px #9165c8; + box-shadow: 7px 7px 32px 0px #9165c8; } .about-us-event:hover {