📄 main.css
字号:
.title { font-weight:bold; font-size:25px; color:rgb(153,0,0); }
.title2 { font-weight:bold; font-size:16px; color:rgb(153,0,0); }
.text { font-size:16px; }
.text_bg { font-size:16px; background-color:gainsboro; padding:5; border-style:none; }
.text_bg_blak { font-size:16px; color:white; background-color:black; padding:5; border-style:none; }
a:link { color:rgb(0,102,255); text-decoration:none; }
a:visited { color:rgb(0,102,255); text-decoration:none; }
a:hover { color:red; text-decoration:underline; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -