Skip to content

Commit

Permalink
Merge pull request #303 from supriyagaut/main
Browse files Browse the repository at this point in the history
Adding a box-shadow on the div
  • Loading branch information
SUGAM-ARORA authored Jun 14, 2024
2 parents bab17cd + 71f4dc7 commit 4e2b133
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 32px 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 32px 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 32px 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 32px 0px #9165c8;
}

.about-us-event:hover {
Expand Down

0 comments on commit 4e2b133

Please sign in to comment.