Progress Bars | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 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
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