How to use css flex-flow attribute

silencement
Release: 2019-05-26 09:52:53
Original
3270 people have browsed it

How to use css flex-flow attribute

flex-flow attribute

Meaning and usage:

The flex-flow attributes are flex-direction and flex-wrap Composite attribute of the attribute, used to set or retrieve the arrangement of sub-elements of the flex box model object

flex-direction attribute: Specify the direction of the flexible item

flex-wrap attribute: Specify whether the flexible item Splitting rows or columns

Note: If the element is not an element of the flexbox object, the flex-flow property has no effect

How to use css flex-flow attribute

CSS syntax:

flex-flow: flex-direction flex-wrap|initial|inherit;

Property value:

How to use css flex-flow attribute

##Instance

How to use css flex-flow attribute

The above is the detailed content of How to use css flex-flow attribute. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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