标签:jpg blog images style radius border idt 圆角 image
<html>
<style>
.smaller-image{
border-radius: 50%;
width: 100px;
}
</style>
<body> <img class="smaller-image" src="/images/cat.jpg"> </body>
</html>
效果:
标签:jpg blog images style radius border idt 圆角 image
原文地址:http://www.cnblogs.com/cnxiaol/p/7270843.html