+ 6
<progress>
is there any option to change the progress color in the css part? by id or class or something like this?
5 Answers
+ 4
misgav yosef, There few posts that will explain your question. Hope this will help you, search before you ask a question please. Thank you
https://stackoverflow.com/questions/21476748/how-to-change-the-color-of-html5-progress-bar#21479930
https://www.sololearn.com/discuss/1154331/?ref=app
https://www.sololearn.com/discuss/1150408/?ref=app
+ 5
Yes just use CSS for it
+ 4
misgav yosef try it
progress+animation+color+other...đđđ
https://code.sololearn.com/W0avIh2ouA0P/?ref=app
+ 1
Loser but it doesnt work me in this code:
html:
<progress id=âjâ min=â0â max=â100â value=â35â/>
css:
#j {background-color:rgb(255,0,29);}
0
+/-