📄 stylesheet.css
字号:
body
{
margin:0;
letter-spacing:normal;
word-spacing:normal;
text-transform:none;
background-color:#fff8ff;
}
a:link
{
text-decoration:none;
font-size: 16px;
}
a:active
{
text-decoration: underline;
font-size: 16px;
}
a:visited
{
text-decoration: underline;
font-size: 16px;
}
a:hover
{
text-decoration: underline;
font-size: 16px;
}
h3
{
color:Orange;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -