Blogger Information
Blog 42
fans 0
comment 0
visits 15638
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0712flex常用属性
小言
Original
364 people have browsed it

flex 演示

  1. <div class="box">
  2. <div class="item">左边</div>
  3. <div class="item">中间</div>
  4. <div class="item">右边</div>
  5. </div>

flex-flow

  1. .box{
  2. flex-flow: row nowrap ;
  3. flex-flow: row wrap;
  4. }

place-content

  1. place-content: start;
  2. place-content: end;

内容全部移动到最右边 进行排列

  1. place-content: center;

左右两边相等

place-items

  1. place-items:stretch;
  2. place-items: start;

" class="reference-link">顶部对齐

  1. place-items: end;

底部对齐

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!