gpt4 book ai didi

html - 使用背景定位底部属性

转载 作者:行者123 更新时间:2023-11-28 16:25:35 25 4
gpt4 key购买 nike

我试图将背景图像放在页面末尾(底部栏),但关键字 bottom 不起作用,如果我使用 900px 或 55em 它确实有效,但检查元素显示在页面中间。

<!DOCTYPE html>
<html>
<head>
<title>Test Website</title>
<style type="text/css">
body{
background: url('google2.png') no-repeat center bottom;
}
</style>
</head>
<body>

</body>
</html>

最佳答案

body 似乎没有占据整个高度。所以在你的 CSS 中,添加这个:

html, body {
height: 100%;
}

关于html - 使用背景定位底部属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36180475/

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