gpt4 book ai didi

html - 只需要将 1 张图片放在顶部,第二张图片放在底部

转载 作者:行者123 更新时间:2023-11-28 19:05:34 24 4
gpt4 key购买 nike

我只需要将第一张图片放在背景的顶部,第二张图片放在背景的底部,这可能吗?请帮助我,非常感谢

html { background:url(../images/try.jpg) repeat-y top center; width:100%; height:100%;}

body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background:url(../images/try2.jpg) no-repeat bottom center;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
height:100%;

}

最佳答案

CSS 3 ....

body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: url(../images/try2.jpg) no-repeat bottom center,
url(../images/try2.jpg) no-repeat bottom center;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
height:100%;

}

但是要让它跨浏览器,上面是 treefrog 的解决方案;)

关于html - 只需要将 1 张图片放在顶部,第二张图片放在底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3686867/

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