+ 1
Progress Bars
Can someone help me understand why my progress bars donāt display (in the Skills section)? Thank you. https://code.sololearn.com/W8la40ahn7NK/?ref=app
4 Answers
+ 2
Look at this. Anyway I copied it from somewhere .. but there you have the progress bars
https://code.sololearn.com/WTgMn715RUEQ/?ref=app
+ 1
You can modify it in css, where it says:
progress {
width: 70%;
height: 10px; /*here*/
color: #3fb6b2;
background: #efefef;
}
+ 1
Thank you Cristian Gabriel Mazzulla ! Thatās very helpful.
0
Cristian Gabriel Mazzulla Thank you for this! The progress bars look slightly different (thicker), but Iām sure the progress element with min, max and value attributes will work. Iāll try it! š