js.css
来自「老师课件」· CSS 代码 · 共 12 行
CSS
12 行
A:hover {color: green}
A:active {color: red;}
a:link { text-decoration: none }
a:acitve { text-decoration: none }
a:visited { text-decoration: none }
body { background-color:white;font-size: 16pt }
p { font-size: 16pt }
h1, h2, h3, h4 { color: maroon;}
h1 { font-size: 20pt;margin-bottom: 0}
h2 { font-size: 19pt }
h3 { font-size: 18pt }
h4 { font-size: 16pt }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?