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

<html>

<style>

.smaller-image{

  border-radius: 50%;

    100px;

}

</style>

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

</html>

效果:

原文地址:https://www.cnblogs.com/cnxiaol/p/7270843.html