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

📄 1.html

📁 《CSS完全使用详解》 源文件下载 书籍源码
💻 HTML
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
div { position: absolute;
	left: 10px;
	top: 90px;
	width: 283px;
	height: 212px;
	text-align: center; }
img { position: absolute;
	left: 10px;
	top: 10px;
	filter: Alpha(opacity=70);}
</style>
</head>

<body>
<div><h1>Alpha属性</h1></div>
<img src="start.jpg" alt="Sample Image">
</body>
</html>

⌨️ 快捷键说明

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