style.css

来自「This is programing tutorial for people w」· CSS 代码 · 共 9 行

CSS
9
字号
p, a, ul, ol, li, dd, dt tr, td { font: Arial; font-size: small; font-family: helvetica, sans-serif  }tt, pre { font: medium Courier New; font-family: courier, monospace; }h1 { font: bold }h3 { font: bold Arial; font-family: helvetica, sans-serif }h4 { font: bold small Arial}p.cpy { font: italic Verdana; font-size: small; font-family: helvetica, sans-serif  }A:hover {color: #FF0000}body {font-size: x-small; bgColor=#ffff7f; link=#0000ff; text=#000000; vLink=#7f007f;}

⌨️ 快捷键说明

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