写一个全屏网页内容是这张图片要求铺满全屏 httpsimgduaneei202306146489258858f89png
<!DOCTYPE html>
<html>
<head>
<title>全屏图片</title>
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
</style>
</head>
<body>
<img src="https://img.duan.ee/i/2023/06/14/6489258858f89.png">
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/g9cn 著作权归作者所有。请勿转载和采集!