Skip to content

Commit 1698e0a

Browse files
committed
update course sec
1 parent 73e2906 commit 1698e0a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

course.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ <h5>sarah piter</h5>
9797
<i class="fa-solid fa-dollar-sign sub-row2-icon"></i>
9898
</div>
9999
</div>
100+
<div class="row3">
101+
<input type="range" value="60">
102+
</div>
100103
</div>
101104
</div>
102105

styles/course.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,20 @@
191191
border-radius: 100%;
192192
}
193193

194+
.course-info .course-info-content
195+
.course-info-box .course-info-box-right .row3 {
196+
background-color: #09b45063;
197+
padding: 15px 20px;
198+
width: 350px;
199+
border-radius: 10px;
200+
display: flex;
201+
justify-content: space-between;
202+
align-items: center;
203+
margin: 20px 0;
204+
}
205+
206+
.course-info .course-info-content
207+
.course-info-box .course-info-box-right
208+
.row3 input {
209+
width: 100%;
210+
}

0 commit comments

Comments
 (0)