I've been working on creating a two-level step progress bar using HTML and CSS, but I've run into several challenges.
Here is the code snippet I have experimented with:
{customized CSS code}
{HTML code}
In my attempt to align 'b' under 'c', I encountered some issues. The current output can be seen in the following image:
View the image here
The desired result should look like this:
View the desired image here
Your help and insights are greatly appreciated.