这是float布局
这是一段文字
这是一段文字
Public style part code:
(Recommended tutorial:CSS tutorial)
html * { margin: 0; padding: 0; } .layout { margin-bottom: 20px; } .layout article { width: 100%; } .layout article > div { min-height: 100px; } .layout article .left { width: 300px; background: red; } .layout article .center { background: orange; } .layout article .right { width: 300px; background: blue; }
float layout
这是float布局
这是一段文字
这是一段文字
absolute layout
这是absolute布局
这是一段文字
这是一段文字
flex layout
这是flex布局
这是一段文字
这是一段文字
table layout
这是table布局
这是一段文字
这是一段文字
grid layout
这是grid布局
这是一段文字
这是一段文字
The above is the detailed content of Five common page layouts in css. For more information, please follow other related articles on the PHP Chinese website!