Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

box around each letter with css without using spans

I'm trying to create a box around each letter to use for an odometer style stat counter. Do you know how to do this without wrapping each letter in a span? If you have any ideas I'd love to hear them.

like image 533
mheavers Avatar asked Feb 19 '11 12:02

mheavers


1 Answers

If you are using a mono spaced font, you could probably use a background image with the boxes.

like image 188
Jeff Avatar answered Sep 24 '22 06:09

Jeff