mainf.html
来自「java脚本即用特效源码从入门到精通帮你渡过难关」· HTML 代码 · 共 46 行
HTML
46 行
<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 + =
减小字号Ctrl + -
显示快捷键?