article.css
来自「Perl-5中文教程,Perl对于许多人来说可能不是很了解」· CSS 代码 · 共 25 行
CSS
25 行
<style type="text/css">
<!--
A {text-decoration:none}
A:link{color:#00ee00;}
A:hover{text-decoration:underline; color:#eeeeee;font-size: 11pt}
A:visited {font-family: "宋体"; color:#00bb00}
BODY {
font-family: "宋体", "Arial", "Times New Roman";
font-size: 9pt;
background-color: #000000;
background-image: url(images/Image6.jpg);
color: #dddddd;
background-attachment: fixed;
text-indent: 100;
letter-spacing: 2;
line-height: 1.5;
}
P{text-indent: 30;}
TABLE{
font-family: "宋体", "Arial", "Times New Roman";
font-size:9pt
}
-->
</style>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?