可以使用border-radius属性来实现:
可以使用border-radius属性来实现:
css
div {
width: 200px;
height: 200px;
background: #ccc;
border-radius: 50%;
}
本站系公益性非盈利分享网址,本文来自用户投稿,不代表边看边学立场,如若转载,请注明出处
可以使用border-radius属性来实现:
可以使用border-radius属性来实现:
css
div {
width: 200px;
height: 200px;
background: #ccc;
border-radius: 50%;
}
本站系公益性非盈利分享网址,本文来自用户投稿,不代表边看边学立场,如若转载,请注明出处
评论列表(70条)