📄 head.css
字号:
body {
margin-top: 0px;
background-color: #FFFFFF;
text-align: center;
font-size: 12px;
color: #000000;
line-height: 20px;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0000FF;
}
a:hover {
text-decoration: none;
color: #99FF00;
}
a:active {
text-decoration: none;
color: #FFCC00;
}
#top {
height: 80px;
width: 760px;
padding: 2px;
font-size: 36px;
line-height: 70px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -