mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
355 B
355 B
Flex Container
Apply Flexbox layout using ::: flex.
Syntax
::: flex [justify] [align] [gap="20"] [column]
Block 1
Block 2
:::
- Justify:
center,between,around - Align:
start,center,end column: Vertical direction.
Example
::: flex between center
| Table 1 |
| ------- |
| Table 2 |
| ------- |
:::