Add background image to <ol> numbers

Viewed 12934

I can't figure out an elegant way to accomplish the following using CSS:

screenshot

I need the numbers of the ordered list to have the teal bubble-looking background. I have this image (which includes the white stroke):

bubble

But I can't figure out how to put it behind each of the numbers using CSS. Thanks.

4 Answers
Related