Skip to content

Commit

Permalink
Merge pull request #3 from MarkZhangTW/task-week2
Browse files Browse the repository at this point in the history
Add drop shadow effect for cards.
  • Loading branch information
MarkZhangTW authored Jul 31, 2024
2 parents 04348b5 + 83496e1 commit c07cb94
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 c07cb94

Please sign in to comment.