📄 10.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
.myglow1 { position: absolute;
left: 10px;
top: 10px;
filter: Glow(strength=50); }
.myglow2 { position: absolute;
left: 300px;
top: 10px;
filter: Glow(color=#FFFF00);
color: #FFFFFF; }
</style>
</head>
<body style="background:black;">
<div class="myglow1">
<h1>发出光晕的文字</h1>
<img src="start.jpg" alt="Start Line">
</div>
<div class="myglow2">
<h1>发出光晕的文字</h1>
<img src="start.jpg" alt="Start Line">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -