What would be the code to change the position of the progress bar? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What would be the code to change the position of the progress bar?

Align="center" isn't working for me

24th Sep 2020, 6:28 PM
Reginald Samuel
Reginald Samuel - avatar
2 Answers
0
Reginald Samuel easy way using css: <style> .pb { text-align:center;} </style> <p class="pb"><progress value="35"></progress></p>
24th Sep 2020, 7:04 PM
BroFar
BroFar - avatar
0
All inclusive you can see in the following example: https://code.sololearn.com/WkxZKi1NIX97/?ref=app
24th Sep 2020, 7:30 PM
JaScript
JaScript - avatar