CSS progress bar costumize? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

CSS progress bar costumize?

can you costumize progress bars in HTML5 using CSS?

5th Sep 2017, 1:12 PM
Domces Games
Domces Games - avatar
1 Resposta
+ 5
Yes you can, you can change the width and color and height just like with other tags. Play around with it and see what you can do. Example (CSS): progress { width:100px; height:20px; background-color:grey; color:green; border: 2px black solid; } //You can do more than just this
5th Sep 2017, 1:17 PM
Ghauth Christians
Ghauth Christians - avatar