巧妙利用border和background-clip

 

 

		<div class="eye"></div>

		.eye{
		  width:150px;
		  height:150px;
		  padding:10px;
		  border:10px solid;
		  border-radius:50%;
		  background-color: currentcolor;
		  background-clip: content-box;
		}
		
posted on 2018-06-19 14:45  xzqyun  阅读(136)  评论(0编辑  收藏  举报