下面有更多 "亲自试一试" 示例。
这个border-width
属性设置元素的四个边框的宽度。该属性可以有一到四个值。
例子:
笔记:始终声明边框式之前的属性border-width
属性。在设置宽度之前,元素必须有边框。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
border-width | 1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
border-width: medium|thin|thick|
length|initial|inherit;
Value | Description | Demo |
---|---|---|
medium | Specifies a medium border. This is default | Demo ❯ |
thin | Specifies a thin border | Demo ❯ |
thick | Specifies a thick border | Demo ❯ |
length | Allows you to define the thickness of the border. Read about length units | 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 参考:边框宽度属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!