当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS max-width属性
The max-width property sets the maximum width of an element.
max-width属性可设置一元素的最大宽度。
Inherited: No
h2 { max-width: 500px } |
Value | 描述 |
---|---|
none | Defines no limit on the maximum width allowed for the element 元素在最大宽度上没有限制 |
length | Defines a maximum width for the element 定义元素的最大宽度 |
% | Defines the maximum width for the element in % of the containing block 以容器区为基准按百分比来定义元素的最大宽度 |