CSS 画圆
CSS 画圆
border-radius
#circle {
width
:
200
px
;
height
:
200
px
;
background
:
#f00
;
border-radius
:
50
%
; }