📄 skin02.css
字号:
body {
font-size:12px;
color:#ff0000;
background-color:#000000;
}
a:link {
font-size:12px;
color:#000066;
text-decoration:none;
}
a:hover {
font-size:12px;
color:#ff0000;
text-decoration:underline;
}
a:visited {
font-size:12px;
color:#ff0000;
text-decoration:underline;
}
.title{
font-size:15px;
color:#ffff00;
background-color:#000000;
border-style : solid;
border-color : #776633;
}
.content{
font-size:12px;
color:#999999;
width:300px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -