Prog bar align | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Prog bar align

Hey can someone help me how to align the progress bar https://code.sololearn.com/WY0FN3yadyQv/?ref=app

28th Aug 2019, 12:00 PM
Darwan Suwanda
Darwan Suwanda - avatar
2 Answers
+ 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
28th Aug 2019, 12:15 PM
Eze
+ 1
Ah i see thank you
28th Aug 2019, 12:33 PM
Darwan Suwanda
Darwan Suwanda - avatar