How to give the green colour to the progress bar, as shone in the tutorials? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to give the green colour to the progress bar, as shone in the tutorials?

7th Mar 2016, 8:21 AM
Er Sushil Kuvind
Er Sushil Kuvind - avatar
9 Answers
+ 3
use CSS, something like this .myprogressbar{background: green;}
5th Jun 2016, 5:17 PM
Samuel
Samuel - avatar
+ 2
I think by using CSS attribute, but I'm not sure.
19th Mar 2016, 10:36 PM
Mohamed Ibrahim
Mohamed Ibrahim - avatar
+ 2
using either CSS or color attribute
23rd Apr 2016, 3:06 PM
Jefferson Georgewill
Jefferson Georgewill - avatar
+ 2
try learning CSS
29th May 2016, 1:16 PM
Gerhard du Preez
Gerhard du Preez - avatar
+ 2
CSS. Try using the Sololearn app for CSS and learning how to apply CSS to a <div id />. Try using that to edit the color. You can always check www.w3.com.au for more help with HTML tags (also CSS)
31st May 2016, 10:53 AM
Matthew Devenish
Matthew Devenish - avatar
+ 2
Color attribute not work to change color of progress only css sheet work
19th Jun 2016, 3:05 AM
Nikhil Rathi
Nikhil Rathi - avatar
+ 1
give examples if you can pls
4th Jun 2016, 9:45 AM
Cele Prince
Cele Prince - avatar
0
I think it depends of browser. But you should check in css style sheet maybe
31st Mar 2016, 8:26 PM
Marcin Kukielski
Marcin Kukielski - avatar
0
i did it with css file
5th Apr 2016, 2:38 PM
Luca Radut
Luca Radut - avatar