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