当前位置: 首页 > 网络学院 > 网页制作基础教程 > 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 定义元素的高度在所在容器的多少百分比 |