Home > Web Front-end > JS Tutorial > Flex flexible layout

Flex flexible layout

高洛峰
Release: 2016-11-02 15:10:19
Original
1535 people have browsed it

Multi-row adaptive, multi-column adaptive, interval can also be adaptive, any alignment

Flex flexible layout

Create a flexible container flex container

display: block | inline | inline-block | none | flex

flexible element Is flex item

a flex container? Are all child elements in a flexible container elastic elements?

No, only flexible containers and direct child elements (excluding grandchild elements) in the document flow are flexible elements.

flex layout features

arrangement direction

Flex flexible layout

row

Flex flexible layout

row-reverse

Flex flexible layout

column

Flex flexible layout

column -reverse

Flex flexible layout

Related labels:
css
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template