css盒模型div嵌套制作网页块状部分案例

html文件

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		<link rel="stylesheet" type="text/css" href="css/margingpadding.css"/>
	</head>
	<body>
		<div id="top">
			<div id="top_nav"></div>
		</div>
		<div id="body">
			<div id="body_image"></div>
			<div id="body_content">
				<div id="body_no"></div>
				<div id="body_c"></div>
			</div>
		</div>
		<div id="footing">
			<div id="footing_d"></div>
			<div id="footing_nav"></div>
		</div>
	</body>
</html>

css文件

*{
	margin:0px ;
	padding: 0px;
}
#top{
	width: 100%;
	height: 50px;
	background-color:#000000 ;
}
#top_nav{
	width: 75%;
	height: 50px;
	margin: 0px auto;
	background-color:#004488 ;
}
#body{
	margin: 10px auto;
	width: 75%;
	height: 1500px;
	background-color: #00FF77;
}
#body_image{
	margin: 0px;
	width: 100%;
	height: 400px;
	background-color:#FF0000;
}
#body_content{
	margin: 0px;
	width: 100%;
	height: 1100px;
	background-color: antiquewhite;
}
#body_no{
	margin: 0px;
	width: 100%;
	height: 50px;
	background-color:blue;
}
#body_c{
	margin: 0px;
	width: 100%;
	height: 1050px;
	background-color:#00FF77;
}
#footing{
	margin: 0px auto;
	height: 300px;
	width: 75%;
	background-color: brown;
}
#footing_d{
	margin: 0px;
	height: 230px;
	width: 100%;
	background-color: chartreuse;
}
#footing_nav{
	margin: 0px;
	height: 70px;
	width: 100%;
	background-color: black;
}


效果图



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值