📄 aa.css
字号:
p {
font-size: 18px;
}
body {
font-size: 18px;
text-decoration: underline;
}
.white {
font-size: 18px;
text-decoration: underline;
}
a:visited {
color: #0000FF;
}
a:link {
color: #0000FF;
}
a:hover {
color: #CC33CC;
text-decoration: underline;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -