1、align-items中的items指的是flex 中的子项,因此align-items指的就是flex子项们相对于flex容器在垂直方向上的对齐方式。
2、适用于所有的flex容器,单行时候垂直居中使用align-items: center。
实例
<style> .first{ width:300px; height:300px; border:1pxsolidblueviolet; } .firstdiv{ width:30px; height:30px; } </style> </head> <body> <div> <divstyle="background-color:khaki;">AA</div> <divstyle="background-color:lawngreen;">BB</div> <divstyle="background-color:lightcoral;">CC</div> </div> </body>
以上就是css中align-items属性的介绍,希望对大家有所帮助。更多css学习指路:css教程
原文来自:https://www.py.cn© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容