Skip to content

Commit

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

0 comments on commit 71f4dc7

Please sign in to comment.