图片背景网页示例 - 简单易用
<!DOCTYPE html>
<html>
<head>
<title>图片背景网页示例</title>
<style>
body {
background-image: url('background.jpg');
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<img src='q.png'>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/oYZJ 著作权归作者所有。请勿转载和采集!