home.css

来自「一篇不错的好论文」· CSS 代码 · 共 9 行

CSS
9
字号
.home {  font-size: 12px}
BODY {  font-size: 12px; text-decoration: none; color: #000099}
TABLE {  font-size: 12px; color: #0000FF; text-decoration: none}
a:link {  color: #006600; text-decoration: none}
a:hover {  color: #FF00FF; text-decoration: none}
a:visited {  color: #9900FF; text-decoration: none}
a:active {  color: #CC0000; text-decoration: none}
.noBorder {  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

⌨️ 快捷键说明

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