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

📄 font.css

📁 在开发大型软件的漫长过程中
💻 CSS
字号:
body
{
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

table
{
	BORDER-COLLAPSE: collapse;
	border-color:#CC6633
}

th	
{
	BORDER-COLLAPSE: collapse; 
	border-color:#FF9900;	
	font-family: "宋体";
	font-size: 14px;
	color: #0000FF
}

td	 
{
	BORDER-COLLAPSE: collapse; 
	border-color:#FF9900;	
	font-family: "宋体";
	font-size: 14px;
	color: #0000FF
}
a:link 
{
	color:#0000FF;
	text-decoration: none;
}
a:visited 
{
	color:#0000FF;
	text-decoration: none;
}
a:hover 
{
	color: #FF0000;
	text-decoration: none;
}
a:active 
{
	color: #FF0000;
	text-decoration: none;
}

⌨️ 快捷键说明

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