downeyindex.css
来自「think like a computer scientist」· CSS 代码 · 共 6 行
CSS
6 行
BODY {background-color: #fffacd; text-align: center}
A {text-decoration: none; color: #a0522d; font-size: 11pt; font-weight: bold; font-family: Verdana}
A:hover {text-decoration: underline}A:active {text-decoration: underline}
A.H2 {font-size: 17pt; font-family: Times}A.H3 {font-size: 14pt; font-family: Times}H1 {font-size: 20pt; font-family: Times}
TABLE {border: 0}TD {background-color: #b0e0e6}TH {font-size: 12pt; font-family: Times}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?