style.css
来自「asp 网站开发技术介绍」· CSS 代码 · 共 36 行
CSS
36 行
<style type="text/css" media="screen">
body,td,th {
font-size: 12px;
color: #000000;
}
body {
margin-left: 20px;
margin-top: 0px;
font-size: 12px;
line-height: 30px;
color: #000000;
background-image: url();
}
a {
font-family: 宋体;
font-size: 12px;
color:yellow;
}
a:link {
text-decoration: none;
color: blue;
}
a:visited {
text-decoration: none;
color: red;
}
a:hover {
BACKGROUND:green;font-style:normal;text-decoration:none;color:yellow
.white color: #FFFFFF
}
a:active {
text-decoration: none;
}
-->
</style>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?