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

📄 7.2.htm

📁 这是一个鼠标特效的例子,非常的简单一看就知道了,希望能与您一块共享
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
    a{
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:18px;
	   text-align:center;
	   margin:3px;
	}
    a:link;a:visited{
	    color:#a62020;
		padding:4px 10px 4px 10px;
		background-color:#b62020;
		borde-top:2px solid:#000000;
		border-left:2px solid #000000;
		border-bottom:2px solid #717171;
		border-right:2px solid #717171;
	}
	a:hover{
	    color:#821818;
		padding:5px 8px 3px 12px;
		background-color:#e2c4c9;
		border-top:2px solid #717171;
		borde-left:2px solid #717171;
		border-bottom:2px solid #000000;
		borde-right:2px solid #000000;
		}
		a.help:hover{
		    cursor:help;}


</style>
</head>

<body>
<a href="#">首页</a> <a href="#">心情日记</a> <a href="#">学习心得</a> <a href="#">工作笔记</a> <a href="#">生活琐碎</a> <a href="#" class="help">其它</a>

</body>
</html>

⌨️ 快捷键说明

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