Skip to content

Commit

Permalink
Merge pull request #1004 from harshita-2003/main
Browse files Browse the repository at this point in the history
added box shadow to index cards {video attached}
  • Loading branch information
akshitagupta15june authored Jul 7, 2023
2 parents 768584f + 0df2124 commit 2d72317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commonStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,8 @@ footer {
width: 120px;
left: 40vw;
}
}

.md\:hover\:scale-95:hover{
box-shadow: 5px 4px 20px 0px rgba(0,0,0,0.5);
}

0 comments on commit 2d72317

Please sign in to comment.