css.css
来自「《奇特的一生》生命管理的奇葩」· CSS 代码 · 共 21 行
CSS
21 行
body { font-family: Verdana;
font-size: 85%;
margin-left: 20px; margin-right: 20px}
td { font-family: Verdana;
font-size: 85%;
margin-left: 20px; margin-right: 20px}
a:link { color: #0000FF;
text-decoration: none}
a:active { color: #0000FF;
text-decoration: none}
a:visited { color: #000080;
text-decoration: none}
a:hover { color: #0000ff;
text-decoration: none;
background-color: #F5F5F5;}
h3 { color: blue; font-size:125%}
h4 { color: blue; font-size:100%}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?