Css Make a small circle's border smooth

前端 未结 1 1068
孤独总比滥情好
孤独总比滥情好 2021-02-06 05:17

Is there any way to make a pure CSS circle border look clear and crisp at smaller sizes? Or some way to make the border not appear \"jagged\" around the outer edge? Thanks so mu

1条回答
  •  灰色年华
    2021-02-06 05:38

    Use box-shadow CSS property for this issue.

    Please see the next example: http://jsfiddle.net/RJMWR/

    0 讨论(0)
提交回复
热议问题