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
you could do something like this. place the numbers in a before element, and use counter to automate the numbering
--pen deleted
Here's what I came up with, using the CSS
counter
function:Dang, Mark beating me to the punch agian >_<
great minds think alike
Indeed!
different solutions, so he has a choise
Thank you lots
i came up with a similar solution after i listed it but appreciate the help