首页 > 开发 > CSS > 正文

实现CSS3中的border-radius(边框圆角)示例代码

2024-07-11 08:50:26
字体:
来源:转载
供稿:网友
实现边框圆角

-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
behavior: url(border-radius.htc);


复制代码
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表