码迷,mamicode.com
首页 > 其他好文 > 详细

获得图片的圆形头像效果

时间:2014-08-19 16:42:14      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   2014   html   amp   log   size   

一张矩形的图片,如何得到圆形的头像效果?

bubuko.com,布布扣

<style>
img {
    border: 3px solid #cccccc;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
</style>
<img src="http://mt1.baidu.com/timg?wh_rate=0&wapiknow&quality=100&size=w250&sec=0&di=357d1834400b498793f7306937bd9035&src=http%3A%2F%2Fimg.iknow.bdimg.com%2Fjctuijian%2F0819%2F4.jpg">


获得图片的圆形头像效果,布布扣,bubuko.com

获得图片的圆形头像效果

标签:style   blog   http   2014   html   amp   log   size   

原文地址:http://blog.csdn.net/moqiang02/article/details/38681511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!