如何用CSS画圆

#div {
border-radius: 10px;
text-align:center;
line-height:20px;
width:20px;
height:20px;
background-color:red;
}

其中div 是 一个div标签的ID

posted on 2015-03-04 09:52  羽落丶星辰  阅读(277)  评论(0编辑  收藏  举报

导航