+ 1
Prog bar align
Hey can someone help me how to align the progress bar https://code.sololearn.com/WY0FN3yadyQv/?ref=app
2 Réponses
+ 1
you can use this:
.prog{
margin-left: calc(100%/4);
}
😜💪
With that function and calculation, you manage to place it in the center coinciding with the center of the progress bar
+ 1
Ah i see thank you