layout.css
来自「CELLEN的个人网页」· CSS 代码 · 共 54 行
CSS
54 行
@charset "gb2312";
/* CSS Document */
/*设置布局CSS格式*/
#top{
margin-top: 20px;
margin-right: 60px;
margin-left: 60px;
margin-bottom: 0px;
height: 100px;
background-color: #99CC00;
}
#center{
height: 100%;
margin-top: 0px;
margin-right: 60px;
margin-left: 60px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
#left{
position: relative;
width: 200px;
float: left;
padding: 5px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #99CC33;
}
#content{
position: relative;
float: left;
margin-left: 20px;
padding: 5px;
margin-top: 20px;
margin-bottom: 20px;
}
#footer{
height: 50px;
margin-top: 0px;
margin-right: 60px;
margin-bottom: 20px;
margin-left: 60px;
clear: both;
padding: 5px;
background-color: #F3F3F3;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?