在DIV中居中背景图像

Fas*_*ack 1 html css

使用CSS,我如何在DIV中垂直和水平居中背景图像?

Nic*_*nek 9

div { background-position: center center; }
Run Code Online (Sandbox Code Playgroud)