CSS variable width block element horizontally centered vertically.
1、use flex layout.
2、use table layout.
3、use CSS table-cell layout.
4、use position absolute + CSS3 transform
layout.
5、use inline-block + empty element layout.
6、use grid layout.
7、use writing-mode layout.
8、use line-height layout.