QUESTION: change of bar color | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

QUESTION: change of bar color

<progress > </progress> i wanted to change the bar color of progress bar using JavaScript. https://code.sololearn.com/WlHmTiNPo2xz/?ref=app

12th Mar 2018, 7:15 AM
Msaligs
Msaligs - avatar
5 Answers
+ 7
not working
12th Mar 2018, 7:42 AM
Msaligs
Msaligs - avatar
+ 2
You can do it by using the 'background: yellow' property in the css
12th Mar 2018, 7:41 AM
Michael55555
Michael55555 - avatar
+ 2
You have to that on the progressbar { background: yellow; }
12th Mar 2018, 7:43 AM
Michael55555
Michael55555 - avatar
12th Mar 2018, 8:08 AM
Michael55555
Michael55555 - avatar
19th Mar 2018, 12:25 PM
Baraa AB
Baraa AB - avatar