How can I create an outline of a circle using CSS, just having the stroke of a circle while the inside of the circle is empty?
I tried border but it doesnt display in chrome just firefox.
I tried:
box-shadow: 0 0 0 0.15em #000;
which looks great on chrome, but in firefox it looks uneven jagged.
Does anyone have any suggestions?
This is for circles used for check/filling in.