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

📄 stylesheet.css

📁 This is not a very mean things.
💻 CSS
字号:
body 
{
	margin:0;
	letter-spacing:normal;
	word-spacing:normal;
	text-transform:none;
	background-color:#fff8ff;
}

a:link
{
	text-decoration:none;
	font-size: 16px;
}

a:active
{
	text-decoration: underline;
	font-size: 16px;
}

a:visited
{
	text-decoration: underline;
	font-size: 16px;
}

a:hover
{
	text-decoration: underline;
	font-size: 16px;
}

h3
{
	color:Orange;
}

⌨️ 快捷键说明

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