Basically I would like to know the best way to create a simple list in CSS that:
instead of bullets has a circle with a number inside of it, and the text next to it...
I know how to create circles in css3, but how do you replace the bullet that comes with ul, with the circle?
Should I not use lists at all to create this? I just need circles with numbers inside of it, and text next to each circle saying xyz...
ex:
circle(with 1 inside) xyz
circle(with 2 inside) zzz
circle (with 3 inside) aaa
Thanks for any help :).