+ 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 Respuestas
+ 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! 😁