CSS3

首页 > TAG信息列表 > CSS3

css 设置圆角,如何用CSS3实现圆角边框?

css 设置圆角,如何用CSS3实现圆角边框?
纯css圆角效果解决方案,支持firefox,chrome等浏览器来自css框架http://download。com/codex,radius{-webkit-border-radius:4px;/,我们新建一个html网页文件,把他命名为test,ht...
Top