css.css
来自「留言板 dreamweaver 完整程序 access数据库 有文档」· CSS 代码 · 共 23 行
CSS
23 行
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.bg02 {
background-image: url(images/bg.gif);
background-repeat: repeat-x;
}
a {
text-decoration: none;
color: #000000;
}
td {
font-size: 12px;
}
p {
line-height: 150%;
}
.input {
border: 1px inset #cccccc;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?