Css Make Small Circle Border Smooth

Is there a way to make the clean border of the CSS circle transparent and crisp at smaller sizes? Or is there some way to make the border not seem "jagged" around the outer edge? Thank!

enter image description here

+8
source share
1 answer

Use the box-shadowCSS property for this problem.

See the following example: http://jsfiddle.net/RJMWR/

+15
source

All Articles