Skip to content

Commit

Permalink
updated about-us div box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
supriyagaut committed Jun 13, 2024
1 parent bab17cd commit 50f9d99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/footer_section/about_us/About_us.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 50f9d99

Please sign in to comment.