gpt4 book ai didi

html - 图像未使用 CSS 全屏显示

转载 作者:太空宇宙 更新时间:2023-11-03 19:50:23 26 4
gpt4 key购买 nike

我有一个我想要的图像,它占据了整个屏幕,但在屏幕的顶部和左侧留下了一些空白,我不知道为什么要这样做。我附上了它的代码。

img {
background: 0px 0px / 100% 100% no-repeat scroll rgb(12, 12, 12);
height: 100%;
width: 100%;
position: fixed;
}
<img src="http://www.morefree.net/wp-content/uploads/2013/03/black-wallpaper-01.jpg">

最佳答案

添加此 CSS 行:

body{margin:0;}

http://jsfiddle.net/mm08hruf/

关于html - 图像未使用 CSS 全屏显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30584318/

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