标签:一个 div src radius height width img info 实现

<div class="eye"></div>
.eye{
width:150px;
height:150px;
padding:10px;
border:10px solid;
border-radius:50%;
background-color: currentcolor;
background-clip: content-box;
}
标签:一个 div src radius height width img info 实现
原文地址:https://www.cnblogs.com/xzqyun/p/9198515.html