全面相识flex的用途

下面小编就为各人带来一篇全面相识flex的用途。小编以为挺不错的,此刻就分享给各人,也给各人做个参考。一起跟从小编过来看看吧

一、可以操作flex来机关一个div在另一个div内里程度垂直居中

如:html代码: 

<div> <div> </div> </div>

css代码:

.container{ width:600px; height:400px; border:1px solid blue; display: flex; justify-content:center; align-items:center; } .box{ width:200px; height:100px; border:1px red solid;

ps:这样就可以程度垂直居中咯

二、flex的属性

<div> <div>1</div> <div>23</div> <div>4</div> </div>

可以写在items上的属性有六个:

•flex-direction
•flex-wrap
•flex-flow
•justify-content
•align-items
•align-content

可以写在item上的有6个:

•order//这个就是item单独给了,要是想让谁人item变更顺序就给这个属性给谁人item
•flex-grow
•flex-shrink
•flex-basis
•flex
•align-self

以上就是小编为各人带来的全面相识flex的用途全部内容了,但愿各人多多支持剧本之家~

您大概感乐趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wsdpxd.html