I have a responsive landing page with two background images. I need both images to have a background-size
of 40% but I'm not sure if the way I wrote the CSS the background size is only affecting the first image.
This is my CSS:
.section-one {
background: url(image-here.svg) left bottom no-repeat,
url(another-image.svg) right bottom no-repeat;
background-size: 40%;
padding-bottom: 200px;
}
This is how the screen recording's showing the CSS. If you notice, the 40%
is only being applied to the first image:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…