当前位置:网站首页>Flex flexible layout
Flex flexible layout
2022-07-05 03:28:00 【Lao Zhang typed the code online】
What is? flex
felxbox Layout is used for elastic layout , Can be adapted rem Deal with the problem of size adaptation
advantage :
Any container can be specified as flex Layout , More flexible
More in line with the characteristics of responsive layout
shortcoming :
Browser compatibility is not high , Compatible only ie9 Above browser
0
flex-direction
effect : The arrangement of child elements in the parent element box
attribute :row
Is the default value , From left to right row-reverse
And row contrary , From right to left column
Display child elements vertically , Default from top down column-reverse
And column contrary , From bottom to top
flex-warp
effect : Whether the child element is wrapped in the parent element box
attribute :nowrap
The default value is , No line breaks or column breaks warp
Line or column breaks wrap-reverse
Line break or column break , But in the opposite direction
flex-flow
effect : Combine the characteristics of the above two attributes
Example :flex-flow:row wrap
(x Axis arrangement and line feed )
justify–content
effect : Evenly distribute the space occupied by child elements within the parent element
attribute :flex-start
The default value is , From left to right , The first child element is next to the beginning of the line flex-end
Contrary to the above center
centered space-between
Evenly distributed on this line , There is no room on both sides space-around
Evenly distributed on this line , There is half of the space between the two sub elements
align-items
effect : Set each flex Alignment of elements on the cross axis ( If the spindle is x Then the cross axis is y, If the spindle is y The opposite is true )
attribute :flex-start
At the beginning of the container flex-end
At the end of the container center
centered
align-content
effect : Operate multi line elements as a whole
attribute :flex-start
At the beginning of the container flex-end
At the end of the container center
Align center space-between
Leave space between , Close on both sides space-around
There is also a blank on both ends
边栏推荐
- Necessary fonts for designers
- Sqoop command
- Ubantu disk expansion (VMware)
- Cette ADB MySQL prend - elle en charge SQL Server?
- Pytest (4) - test case execution sequence
- Linux Installation redis
- Good documentation
- Design and implementation of campus epidemic prevention and control system based on SSM
- Flume configuration 4 - customize mysqlsource
- [daily problem insight] Li Kou - the 280th weekly match (I really didn't know it could be so simple to solve other people's problems)
猜你喜欢
51 independent key basic experiment
New interesting test applet source code_ Test available
LeetCode146. LRU cache
2021 Li Hongyi machine learning (1): basic concepts
Idea inheritance relationship
Share the newly released web application development framework based on blazor Technology
Why do some programmers change careers before they are 30?
Pat grade a 1119 pre- and post order traversals (30 points)
About MySQL database connection exceptions
1. Five layer network model
随机推荐
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
This + closure + scope interview question
Pat class a 1160 forever (class B 1104 forever)
Pytest (4) - test case execution sequence
SPI and IIC communication protocol
Azkaban installation and deployment
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Anchor free series network yolox source code line by line explanation four (a total of ten, ensure line by line explanation, after reading, you can change the network at will, not just as a participan
Leetcode92. reverse linked list II
SQL injection exercise -- sqli Labs
Kubernetes - identity and authority authentication
[daily problem insight] Li Kou - the 280th weekly match (I really didn't know it could be so simple to solve other people's problems)
[2022 repair version] community scanning code into group activity code to drain the complete operation source code / connect the contract free payment interface / promote the normal binding of subordi
Azkaban概述
Port, domain name, protocol.
Pat grade a 1119 pre- and post order traversals (30 points)
[Chongqing Guangdong education] 2777t green space planning reference questions of National Open University in autumn 2018
Ask, does this ADB MySQL support sqlserver?
2021 Li Hongyi machine learning (3): what if neural network training fails
单项框 复选框