Need help HTML & CSS

I am wondering how I can achieve this look I tried with using flex box with the span element (the 01) and the h3(the heading part) but not able to get the span element to have that radius and take up the space can someone suggest a solution thanks!
8 Replies
MarkBoots
MarkBoots3y ago
you could do something like this. place the numbers in a before element, and use counter to automate the numbering --pen deleted
13eck
13eck3y ago
Here's what I came up with, using the CSS counter function:
13eck
13eck3y ago
Dang, Mark beating me to the punch agian >_<
MarkBoots
MarkBoots3y ago
great minds think alike
13eck
13eck3y ago
Indeed!
MarkBoots
MarkBoots3y ago
different solutions, so he has a choise
Stefano
StefanoOP3y ago
Thank you lots i came up with a similar solution after i listed it but appreciate the help

Did you find this page helpful?