Skip to content

Commit

Permalink
animation modified
Browse files Browse the repository at this point in the history
virajchandra51 committed Jan 5, 2023
1 parent 0ccde68 commit c3a58d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/problemCard/ProblemCard.css
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
@keyframes fadeOut {
0% {
opacity: 1;
}
}
100% {
opacity: 0;
}
@@ -56,6 +56,8 @@
.codeutsava__section8-image {
transition: all 0.2s ease-in-out;
width: 100%;
height: 20rem;
object-fit: cover;
}

.codeutsava__section8-image:hover {

0 comments on commit c3a58d0

Please sign in to comment.