📜  css 图片背景在 div 中水平居中 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:32.792000             🧑  作者: Mango

代码示例1
/*
div with 
class="slot_image" 
*/
.slot_image{
    background: url(url) no-repeat center;
}