⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layout.css

📁 CELLEN的个人网页
💻 CSS
字号:
@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -