代码展示:
<!DOCTYPE html>
<html>
<head>
<title>JcMan</title>
<style type="text/css">
.image1{
margin-top: 100px;
width:200px;
height:200px;
border-radius:200px;
}
.image2{
margin-top: 100px;
width:200px;
height:200px;
border-radius:20px;
}
</style>
</head>
<body>
<center>
<img class="image1" src="http://b.hiphotos.baidu.com/image/pic/item/b999a9014c086e069cd7964b00087bf40ad1cbb7.jpg"/>
<img class="image2" src="http://b.hiphotos.baidu.com/image/pic/item/b999a9014c086e069cd7964b00087bf40ad1cbb7.jpg"/>
</center>
</body>
</html>`
本文通过简单的HTML和CSS代码展示了如何将相同的图片以圆形和方形带圆角的形式展示出来。通过对图片元素设置不同的边框半径,实现了视觉效果上的变化。
1225

被折叠的 条评论
为什么被折叠?



