w3pop.com :: 网络学院 :: CSS :: CSS min-width属性
The min-width property sets the minimum width of an element.
min-width 属性可设置元素的最小宽度
Inherited: No
继承性:无
| h2 { min-width: 50px } |
| 值 | 描述 |
|---|---|
| length | Defines a minimum width for the element 定义元素的最小宽度 |
| % | Defines the minimum width for the element in % of the containing block 定义元素的高度在所在容器的多少百分比 |
评论 (0)
All