File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ <h5>sarah piter</h5>
97
97
< i class ="fa-solid fa-dollar-sign sub-row2-icon "> </ i >
98
98
</ div >
99
99
</ div >
100
+ < div class ="row3 ">
101
+ < input type ="range " value ="60 ">
102
+ </ div >
100
103
</ div >
101
104
</ div >
102
105
Original file line number Diff line number Diff line change 191
191
border-radius : 100% ;
192
192
}
193
193
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
+ }
You can’t perform that action at this time.
0 commit comments