How can I change the color of progress? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I change the color of progress?

20th Jul 2020, 1:13 PM
Jana
Jana - avatar
4 Answers
+ 3
Using CSS: Background-color: green;
20th Jul 2020, 1:21 PM
Professional Anonyme
Professional Anonyme - avatar
+ 3
Example: <progress value="3" max="10" style="background-color: green;"></progress>
20th Jul 2020, 1:26 PM
Professional Anonyme
Professional Anonyme - avatar
0
But if I use html?
20th Jul 2020, 1:24 PM
Jana
Jana - avatar
0
Thank you so much .
20th Jul 2020, 1:27 PM
Jana
Jana - avatar