<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Full Screen Background Image</title>
    <style>
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
        }
        body {
            background-image: url('your-image-url.jpg');
            background-size: cover;
            background-position: center;
        }
    </style>
</head>
<body>
</body>
</html>
html写一个全屏图片背景

原文地址: http://www.cveoy.top/t/topic/bmgU 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录