+ 1
What would be the code to change the position of the progress bar?
Align="center" isn't working for me
2 Respostas
0
Reginald Samuel easy way using css:
<style>
.pb { text-align:center;}
</style>
<p class="pb"><progress value="35"></progress></p>
0
All inclusive you can see in the following example:
https://code.sololearn.com/WkxZKi1NIX97/?ref=app