Comments on Progress Bar Tutorial [ F2U ] All Comments

dude how do u even change the progress

(edit) i i figured it out but how do i make the bar itself not so big

Everything is explained somewhere on the page

do you mean the height of the bar ?

image.png

na like     its too long  

Use that but just change "height" by "width" then

ya doing that changes the progress on the bar but not the actual bar itself

It does

<div class="progress" style="width:50px;"><div class="progress-bar" style="width:50%;background-color:#FCD063;"><br></div></div>



<div class="progress" style="width:100px;"><div class="progress-bar" style="width:50%;background-color:#FCD063;"><br></div></div>