首页 > 代码库 > css设置img成圆形

css设置img成圆形

效果图:

<img  src="http://www.mamicode.com/test.jpg" /> 


css代码:
img{
   width:30px; 
height:30px; 
border-radius:50px; 
}