⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 14.html

📁 《CSS完全使用详解》 源文件下载 书籍源码
💻 HTML
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
body { background-color: #000000; }
h1 { position: absolute;
	left:20;
	top: 20;
	z-index: 4;
	color: #FFFFFF; }
img { position: absolute;
	left: 0;
	top: 0;
	z-index: 3; }
</style>
</head>

<body>
<h1>月球照片</h1>
<img src="moon.jpg" width="600px" height="600px" alt="月球照片">
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -