Skip to content

align-items

使用 items-* 应用CSS align-items 属性 属性设置 Flex 容器中的交叉轴方向上的对齐方式。

items-center

1
2
3
4
5
6
7
8
9
10

items-start

1
2
3
4
5
6
7
8
9
10

items-end

1
2
3
4
5
6
7
8
9
10

items-baseline

1
2
3
4
5
6
7
8
9
10

items-stretch

1
2
3
4
5
6
7
8
9
10

MIT License (MIT)