通过CSS给图像设置圆角边框

<html>

<style>

.smaller-image{

  border-radius: 50%;

   width: 100px;

}

</style>

<body> <img class="smaller-image" src="/images/cat.jpg"> </body>

</html>

 

效果:

 

posted @ 2017-08-01 21:46  cnxiaol  阅读(374)  评论(0编辑  收藏  举报