📄 mainf.html
字号:
<html>
<head>
<title>其他JavaScript特效</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body { background:seashell; font-family:Arrus BT,Garamond,Times New Roman; }
div { position:absolute; }
</style>
</head>
<body bgcolor="seashell">
<CENTER>
<style>
a { text-decoration: none; color:maroon; vlink:maroon; alink:red;}
a:hover {color: red }
.info { font-family:Times New Roman; positon:relative;}
.light { top:-1; left:-1; color:white;}
.shade { top:+1; left:+1; color:pink; }
.fill { top:0; left:0; color:red; }
</style>
</CENTER>
<!--- Example #2 --->
<style>
.light2 { top:-1; left:-2; color:white; }
.shade2 { top:+1; left:+2; color:black; }
.fill2 { top:0; left:0; color:silver; } </style>
<div class=Example2>
<div class="light2">
<center>
<h1>这里还有其他非常精采的JavaScript特效,别错过了,看了你一定会喜欢的。</h1>
</center>
</div>
<div class="shade2">
<center>
<h1>这里还有其他非常精采的JavaScript特效,别错过了,看了你一定会喜欢的。</h1>
</center>
</div>
<div class="fill2">
<center>
<h1>这里还有其他非常精采的JavaScript特效,别错过了,看了你一定会喜欢的。</h1>
</center>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -