我正在尝试创建类似背景的图像,该图像将由放置在特定位置的图像组成,这些图像也响应屏幕尺寸,请查看我在photoshop中制作的图像,以使其更加清晰。 有谁知道该怎么做? 在此处输入图片说明
答案 0 :(得分:1)
感谢https://stackoverflow.com/users/7922428/bman70 我使用固定位置,效果很好。 以下是网站链接:https://scooteraki-beta.netlify.com/ 这是我使用的:
.background-image-fixed {
position: fixed;
margin-left: -75px;
left: 0;
z-index: 2;
padding-bottom: 200px;
}