网站大量收购独家精品文档,联系QQ:2885784924

HTML5+CSS开发 CSS3 border-radius CH4-3 CSS3边框新增属性_圆角border-radius属性.ppt

HTML5+CSS开发 CSS3 border-radius CH4-3 CSS3边框新增属性_圆角border-radius属性.ppt

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
HTML5应用开发 CSS3边框新增属性 border-radius :圆角盒子属性,准确来说应该叫box-radius 用来将元素的盒子改变成圆角矩形、圆或椭圆等带弧线的形状 border-radius:用于设置元素盒子四个角的圆角效果 border-radius: 5px 10px 20px 40px; /* 上左 上右 下右 下左*/ border-radius: 5px 10px 20px; /* 上右和下左都是10px */ border-radius: 5px 10px; border-radius: 10px; /* 四个角的半径都是10px */ div{ width: 100px; height: 200px; border: 50px solid #c00; display:inline-block; } .box1{border-radius: 100px; } .box2{ border-radius: 100px 0; } .box3{ border-radius: 50%; } .box4{ border-radius: 0 50% 50% 0; } .box5{height:100px;border-radius: 100px; } div class=box1/div … div class=box5/div div{ width: 100px; height: 100px; background:#C96;} .box1{border-radius: 100px; } .box2{ border-radius: 100px 0; } .box3{ height:50px;border-radius: 50%; } .box4{ border-radius: 50%; background:url(images/head01.jpg) no-repeat; background-size:cover; } .box5{height:50px;border-radius: 50px 50px 0 0; }

文档评论(0)

WanDocx + 关注
实名认证
内容提供者

大部分文档都有全套资料,如需打包优惠下载,请留言联系。 所有资料均来源于互联网公开下载资源,如有侵权,请联系管理员及时删除。

1亿VIP精品文档

相关文档