木子屋 Dnawo's BLOG

HTML页面基本样式(CSS)

👤 dnawo 📅 2014-03-31 👁 7791 👍 0 💬 0 🔄 本站原创
图片

图片

<style type="text/css">
body,td,th {
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
</style>

评论(0)

暂无评论。

计算题
评论需审核通过后显示
← 上一篇 SQL Server 2008附加数据库失败:无法打开物理文件拒… 下一篇 → 分享几个重载函数设计思路