当前位置:网站首页>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
边栏推荐
- Voice chip wt2003h4 B008 single chip to realize the quick design of intelligent doorbell scheme
- Ubantu disk expansion (VMware)
- Simple use of devtools
- Three line by line explanations of the source code of anchor free series network yolox (a total of ten articles, which are guaranteed to be explained line by line. After reading it, you can change the
- Design of kindergarten real-time monitoring and control system
- 1. Five layer network model
- College Students' innovation project management system
- Azkaban概述
- 端口,域名,协议。
- Performance of calling delegates vs methods
猜你喜欢

el-select,el-option下拉选择框

Watch the online press conference of tdengine community heroes and listen to TD hero talk about the legend of developers

Accuracy problem and solution of BigDecimal

SQL performance optimization skills

Design and implementation of community hospital information system

2021 Li Hongyi machine learning (1): basic concepts

Design of KTV intelligent dimming system based on MCU
![[105] Baidu brain map - Online mind mapping tool](/img/4f/64ee0bb15aec435294d4f5fde4493e.jpg)
[105] Baidu brain map - Online mind mapping tool

Acwing第 58 场周赛【完结】

2021 Li Hongyi machine learning (3): what if neural network training fails
随机推荐
Kubernetes -- cluster expansion principle
单项框 复选框
Basic authorization command for Curl
Acwing第 58 场周赛【完结】
Talk about the SQL server version of DTM sub transaction barrier function
Mongodb common commands
Hot knowledge of multithreading (I): introduction to ThreadLocal and underlying principles
[200 opencv routines] 99 Modified alpha mean filter
Share the newly released web application development framework based on blazor Technology
打破信息茧房-我主动获取信息的方法 -#3
Utilisation simple de devtools
LeetCode 237. Delete nodes in the linked list
Performance of calling delegates vs methods
this+闭包+作用域 面试题
1. Five layer network model
[deep learning] deep learning reference materials
Design of KTV intelligent dimming system based on MCU
Comparison of advantages and disadvantages between platform entry and independent deployment
Azkaban概述
2.常见的请求方法