📜  变暗背景图像 css - 任何代码示例

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

代码示例1
#landing-wrapper {
    display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('landingpagepic.jpg');
    background-position:center top;
    height:350px;
}