Skip to content

Commit

Permalink
update content-card
Browse files Browse the repository at this point in the history
  • Loading branch information
root-0101 committed May 22, 2024
1 parent dd80d0e commit e9dc48d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion csedge.courses/Resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ <h1 id="home">CSEdge</h1>
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
width: calc(33.3333% - 20px);
}

.ebook-card:hover{
transform: translateY(-5px);
box-shadow: 1px 1px 2px 2px #007bff;
transition-duration: 0.5s;
}
.ebook-cover {
width: auto;
height: 100px;
Expand Down Expand Up @@ -208,6 +212,10 @@ <h1 id="home">CSEdge</h1>
overflow: hidden;
position: relative;
}
.video-card:hover{
transform: translateY(-5px);
transition-duration: 0.5s;
}

.video-card img:first-child {
width: 100%;
Expand Down

0 comments on commit e9dc48d

Please sign in to comment.