mystyle.css
来自「动态网页设计,在DreamweaverMX下使用的动态网页设计语言」· CSS 代码 · 共 50 行
CSS
50 行
#idDivBack
{
left: 50px;
width: 80%;
position: absolute;
top: 100px;
height: 40px;
background-color: #c6c6c6;
}
#idDivTitle1a
{
left: 40px;
font: bold italic 38pt Verdana;
width: 200px;
color: #515151;
position: absolute;
top: 75px;
}
#idDivTitle1b
{
left: 35px;
font: bold italic 38pt Verdana;
width: 200px;
color: lightslategray;
position: absolute;
top: 70px;
}
#idDivTitle2a
{
background: #515151;
left: 285px;
font: bold 12pt "Courier New";
width: 80px;
color: gray;
position: absolute;
top: 130px;
text-align: center;
}
#idDivTitle2b
{
background: whitesmoke;
left: 280px;
font: bold 12pt "Courier New";
width: 80px;
color: gray;
position: absolute;
top: 125px;
text-align: center;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?