- 行内元素 inline
- text-align: center
- 块级元素 block
- margin: 0 auto;
- 定位元素 absolute
- left: 50%
- margin-left 负值(其width的一半)
- flex 布局
- justify-content: center
- align-items: center
- grid 布局
- justify-items: center
align-items: center - 或联合属性同时设置 justify-items 和 align-items
place-items: center
- justify-items: center