Skip to content

Commit 031fbf6

Browse files
committed
update course details
1 parent d04e46f commit 031fbf6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

styles/course.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,21 @@
125125
max-width: 500px;
126126
}
127127

128-
/* .course-info .course-info-content */
129-
/* .course-info-box .course-info-box-right { */
130-
/* */
131-
/* } */
128+
.course-info .course-info-content
129+
.course-info-box .course-info-box-right .row1 {
130+
background-color: #E1FFEE;
131+
padding: 10px 20px 10px 5px;
132+
width: 250px;
133+
border-radius: 20px;
134+
display: flex;
135+
justify-content: space-between;
136+
align-items: center;
137+
}
132138

133139
.course-info .course-info-content
134140
.course-info-box .course-info-box-right img{
135141
height: 50px;
136142
width: 50px;
143+
border-radius: 100%;
137144
}
138145

0 commit comments

Comments
 (0)