如何将背景图像彼此叠加?

问题描述

网站有不同的部分,每个部分具有不同的背景色。我想将第一张背景图片的下边缘放在第二张图片(this is the website with the different backgrounds for every section的上边缘之上。

/ CSS /

.welcome {
background-image: url("Welcome_Background.svg");
background-repeat: no-repeat;
background-size: cover;
}

.about {
background-image: url("About_Background.svg");
background-repeat: no-repeat;
background-size: cover;
}

这是前两节的CSS。

我该怎么做?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)