• 2022-05-28
    以下能够实现弹性盒布局水平方向对齐方式,子元素平均分布的是( )。
    A: justify-content: space-around;
    B: justify-content: center;
    C: justify-content: flex-end;
    D: justify-content: flex-start;