Progress Bars | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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

27th Dec 2021, 6:52 PM
Tahiti🌍Castillo
Tahiti🌍Castillo - avatar
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
27th Dec 2021, 6:55 PM
CGM
CGM - avatar
+ 1
You can modify it in css, where it says: progress { width: 70%; height: 10px; /*here*/ color: #3fb6b2; background: #efefef; }
27th Dec 2021, 7:12 PM
CGM
CGM - avatar
+ 1
Thank you Cristian Gabriel Mazzulla ! That’s very helpful.
27th Dec 2021, 7:20 PM
Tahiti🌍Castillo
Tahiti🌍Castillo - avatar
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! 😁
27th Dec 2021, 7:05 PM
Tahiti🌍Castillo
Tahiti🌍Castillo - avatar