Skip to content

Commit

Permalink
Merge pull request #2421 from Mahimatestgithub/shadow
Browse files Browse the repository at this point in the history
Added a light box shadow for divs in popular categories section issue - #2390
  • Loading branch information
codervivek5 authored Oct 29, 2024
2 parents 5960ca2 + 50034cc commit 84ba995
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/User/pages/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
}

.custom-shadow {
box-shadow: 0px 6px 20px rgba(60, 60, 60, 0.3); /* Dark gray, thick shadow */
box-shadow: 0px 6px 20px rgba(60, 60, 60, 0); /* Slightly lighter gray shadow */
border-radius: 8px;
}
}



@keyframes smoothUpDown {
Expand Down

0 comments on commit 84ba995

Please sign in to comment.