link.css
来自「用软件做留言板」· CSS 代码 · 共 8 行
CSS
8 行
a:link { color: #0000CC; text-decoration: none}
a:hover { color: #FF0000; text-decoration: underline}
a:active { color: #FF0000; text-decoration: underline}
a:visited { color: #0000CC; text-decoration: none}
a:active { }
a:hover { }
a:active { }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?