📜  网格系统引导程序中 div 的背景图像 - CSS 代码示例

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

代码示例1
.img {
    margin-right: -15px; // Remove right gap
    margin-left: -15px;  // Remove left gap
    padding-bottom: 62.5%; // ratio is 16:10
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}