Skip to content

Commit

Permalink
Update CourseSection.css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Feb 19, 2024
1 parent 7643502 commit cf85d5d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/components/course/CourseSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
transition: 0.3 s;
animation: ease-in-out;
background-color: transparent;
border-radius: 5px;
border-radius: 20px;
border: solid 2px;
margin-left: 30px;
margin-bottom: 10px;
Expand Down Expand Up @@ -60,20 +60,17 @@

.course-img {
overflow: hidden;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
margin: 10px;
}

.course-img img {
transition: all 1.3s ease;
height: 200px;
width: 100%;
border-radius: 5px;
border-radius: 10px;
}

.course-img:hover img {
transform: scale(1.2);
transform: scale(0.95);
}

.Btn {
Expand Down

0 comments on commit cf85d5d

Please sign in to comment.