Skip to content

Commit

Permalink
Add drop shadow effect for cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkZhangTW committed Jul 31, 2024
1 parent a972a90 commit 83496e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task-week2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ img {
.exp>.cards .card {
border: 1px solid #e3e3e3;
padding: 15px;
filter: drop-shadow(4px 4px 4px #00000014);
margin-right: 24px;
margin-bottom: 24px;
}
Expand Down

0 comments on commit 83496e1

Please sign in to comment.