Skip to content

Commit

Permalink
Added animations to blog cards section
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Jun 6, 2024
1 parent 74efb8f commit 54d634d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Projects/organica/assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,13 @@
.blog-card .card-title a:is(:hover, :focus) { color: var(--emerald); }


.blog-card .card-banner img {
animation: blogCardAnimation 1s ease-in-out;
}

.blog-card .card-title {
animation: blogTitleAnimation 1.2s ease-in-out;
}


/*-----------------------------------*\
Expand Down

0 comments on commit 54d634d

Please sign in to comment.