Justify Items

最后更新于:2022-04-02 03:18:02

[TOC] ## Justify Items 用于控制 grid 网格项目如何沿其内联轴对齐的功能类。 | Class | Properties | | --- | --- | | justify-items-auto | justify-items: auto; | | justify-items-start | justify-items: start; | | justify-items-end | justify-items: end; | | justify-items-center | justify-items: center; | | justify-items-stretch | justify-items: stretch; |
';