Deprecated: imwpcache\f884414bce24ee67f\f73723ec7b1919fa5::__construct(): Implicitly marking parameter $YECBGYFECGEAFWHA as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/www.chuangxiangniao.com/wp-content/plugins/imwpcache-dist/build/f884414bce24ee67ff73723ec7b1919fa5.php on line 2

Deprecated: imwpcache\f884414bce24ee67f\f73723ec7b1919fa5::__construct(): Implicitly marking parameter $BBWFDDBHHYHDXXAB as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/www.chuangxiangniao.com/wp-content/plugins/imwpcache-dist/build/f884414bce24ee67ff73723ec7b1919fa5.php on line 2
css样式之border-radius详解_创想鸟

css样式之border-radius详解

border-radius 属性设置边框的园角

    可能的值:像素,百分比

扩展延伸

html代码

css代码

 p {    height: 200px;    width: 200px;    border: 2px solid #a72525;    border-radius: 10px;}

结果

立即学习“前端免费学习笔记(深入)”;

 

css代码

 p {    height: 200px;    width: 200px;    background: #a72525;    border-radius: 50%;}

结果

立即学习“前端免费学习笔记(深入)”;

 

css代码

 p {    height: 200px;    width: 100px;    border: 2px dashed #a72525;    border-radius: 100px 0 0 100px;}

结果

立即学习“前端免费学习笔记(深入)”;

 

css代码

 p {    height: 200px;    width: 200px;    border: 2px dotted #a72525;    border-radius: 100% 0 0;}

结果

立即学习“前端免费学习笔记(深入)”;

 

css代码

 p {    height: 200px;    width: 100px;    background: #f09;    border-radius: 50%;}

结果

立即学习“前端免费学习笔记(深入)”;

 

css代码

 p {    height: 200px;    width: 200px;    background: #f90;    border-radius: 100% 0;}

结果

立即学习“前端免费学习笔记(深入)”;

 

css代码

 p {    width: 0;    height: 0;    border: 100px solid gray;    border-radius: 100px;    border-right-color: transparent;}

结果

立即学习“前端免费学习笔记(深入)”;

 

以上就是css样式之border-radius详解的详细内容,更多请关注创想鸟其它相关文章!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 chuangxiangniao@163.com 举报,一经查实,本站将立刻删除。
发布者:程序猿,转转请注明出处:https://www.chuangxiangniao.com/p/1608214.html

赞 (0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2025年12月23日 21:36:14
下一篇 2025年12月23日 21:36:35

相关推荐

发表回复

登录后才能评论
关注微信