当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS border-left属性
The border-left property is a shorthand property for setting all of the properties for the left border in one declaration.
border-left 属性是可以用一句声明来设置所有于左边框相关的属性设置的速记法
继承性: 无
| table table |
| 值 | 描述 |
|---|---|
| border-left-width border-style border-color | Sets the properties for the left border 设置左边框的属性 |
评论 (0) All