好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

胡博君谈CSS3中的边框的各种效果_html/css_WEB-ITnose

以下是css3定义圆角:
#main{
margin:20px;
border:1px solid #E1E1E1;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
padding:20px;

}


以下是html中对样式的引用:



查看更多关于胡博君谈CSS3中的边框的各种效果_html/css_WEB-ITnose的详细内容...

  阅读:34次