1.<style>
.thick-green-border {
border-color: green; //边框颜色
border-width: 10px; //边框宽度
border-style: solid; //固定样式的一种
border-radius: 50%; //边框半圆样式可用px和百分比
}
.smaller-image {
width: 100px; //图片宽度
}
</style>
<img class="thick-green-border" "smaller-image"
src=" ">
网友评论