.radius{ -moz-border-radius: 15px; /* 火狐浏览器 */ -webkit-border-radius: 15px; /* 谷歌浏览器 */ border-radius:15px; width:300px; height:300px; background:#4ca2d1; }
查看更多关于css3border-radius圆角盒子的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did115235
css3border-radius圆角盒子
代码如下:
阅读:36次