gpt4 book ai didi

html - 调整窗口大小时从左下角制作背景图像 "grow"

转载 作者:太空宇宙 更新时间:2023-11-04 15:32:54 28 4
gpt4 key购买 nike

要解释正在发生的事情有点棘手。

http://easyuniv.com/staging/gonzaga/

如果您访问我上面的站点,您可以看到当窗口水平收缩和扩展时背景图像如何移动。我希望做到这一点,无论窗口大小如何,图像的左下角都固定在窗口的左下角,然后如果它更宽,它会显示更多的图像。我怎样才能做到这一点?我尝试了很多不同的设置变体

最佳答案

将背景位置设置为左下:

html {
background-position: left bottom;
}

或者,只需使用简写属性将其与您的 background-image 语句结合起来:

html {
background: url("img/background_image.png") no-repeat left bottom;
}

关于html - 调整窗口大小时从左下角制作背景图像 "grow",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13151036/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com