mye.css
来自「本学期要实讯」· CSS 代码 · 共 20 行
CSS
20 行
mye {
font-size: 12px;
color: #009900;
text-decoration: none;
}
cat a:visited {
font-size: 12px;
color: #0000FF;
text-decoration: none;
}
cat a:hover {
color: #FF3300;
text-decoration: underline;
}
cat a:active {
font-size: 12px;
color: #6600FF;
text-decoration: none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?