设置不同元素的上边框样式:
h1 {
border-top: 5px solid red;
}
h2 {
border-top: 4px dotted blue;
}
div {
border-top: double;
}
亲自试一试 »
这个border-top
简写属性在一个声明中设置所有顶部边框属性。
可以设置的属性必须按以下顺序:
如果省略 border-top-color,则应用的颜色将是文本的颜色。
默认值: | 中等 无颜色 |
---|---|
遗传: | 不 |
可动画: | 是的,查看各个属性。阅读可动画的尝试一下 |
版本: | CSS1 |
JavaScript 语法: | 对象.style.borderTop="3px dashed blue"尝试一下 |
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
border-top | 1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
border-top:
border-width
border-style
border-color|initial|inherit;
Value | Description | Demo |
---|---|---|
border-top-width | Required. Specifies the width of the top border. Default value is "medium" | Demo ❯ |
border-top-style | Required. Specifies the style of the top border. Default value is "none" | Demo ❯ |
border-top-color | Optional. Specifies the color of the top border. Default value is the color of the text | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 边框
HTML DOM 参考:顶部边框属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!