css border-radius属性怎么用

藏色散人
发布: 2019-05-29 13:24:03
原创
2837 人浏览过

css border-radius属性是一个简写属性,用于设置四个 border-*-radius 属性,其语法是语法border-radius: 1-4 length|% / 1-4 length|%。

css border-radius属性怎么用

css border-radius属性怎么用?

作用:简写属性,用于设置四个 border-*-radius 属性。

语法:

border-radius: 1-4 length|% / 1-4 length|%;
登录后复制

说明:

length 定义圆角的形状。

% 以百分比定义圆角的形状。

注释:

按此顺序设置每个 radii 的四个值。如果省略 bottom-left,则与 top-right 相同。如果省略 bottom-right,则与 top-left 相同。如果省略 top-right,则与 top-left 相同。

css border-radius属性使用示例

<!DOCTYPE html>
<html>
<head>
<style> 
div
{
text-align:center;
border:2px solid #a1a1a1;
padding:10px 40px; 
background:#dddddd;
width:350px;
border-radius:25px;
-moz-border-radius:25px; /* 老的 Firefox */
}
</style>
</head>
<body>
<div>border-radius 属性允许您向元素添加圆角。</div>
</body>
</html>
登录后复制

效果输出:

db4eea238199fb19296fe9575702484.png

以上是css border-radius属性怎么用的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板