gpt4 book ai didi

html - CSS 背景和文本对齐

转载 作者:太空宇宙 更新时间:2023-11-04 12:06:33 25 4
gpt4 key购买 nike

我正在尝试使用图片制作 CSS 背景,但我在某处失败了。问题是当我在页面上放置大量内容时,图片变大并且质量下降。我试图用 Position:fixed 修复它,但没有用。这是代码:

html{
background:url(BACKGROUND.jpg) no-repeat center center;
min-height:100%;
background-size:cover;
}

我也尝试在代码中加入 text-align:justify 但没有成功。我把事情搞砸了。很想得到一些帮助!

最佳答案

Cover make :

Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area

您应该改用contain

关于html - CSS 背景和文本对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29345552/

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