当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS min-height属性
The min-height property sets the minimum height of an element.
min-height属性可设置元素的最小高度
Inherited: No
继承性:无
p { min-height: 10px } |
值 | 描述 |
---|---|
length | Defines a minimum height for the element 定义元素的最小高度 |
% | Defines the minimum height for the element in % of the containing block 以所占容器区域的百分比数来定义元素的高度 |