Blogger Information
Blog 1
fans 0
comment 0
visits 724
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
圣杯布局_0115
小孔的博客
Original
727 people have browsed it
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>圣杯布局</title>
<style>
*{margin: 0px;padding: 0px;}
.header{width: 1200px;height: 60px;background: lightgray;margin: 0 auto;line-height: 60px;text-align: center;}
.content{width: 800px;margin: 5px auto;background: lightgray;min-height: 600px;padding-left: 200px;padding-right: 200px;}
.main{min-height: 600px;background: lightsteelblue;width:inherit;}
.left{min-height: 600px;width: 200px;background: lightyellow;margin-left: -100%;position: relative;left: -200px;}
.right{min-height: 600px;width: 200px;background: lightsalmon;margin-left: -200px;position: relative;left: 200px;}
.main,.left,.right{float: left;}
.footer{width: 1200px;height: 60px;background: lightslategray;margin: 0 auto;line-height: 60px;text-align: center;}
</style>
</head>
<body>
<div class="header"><h2>网站头部</h2></div>
<div class="content">
<div class="main">网站主体</div>
<div class="left">左侧</div>
<div class="right">右侧</div>
</div>
<div class="footer"><h2>网站底部</h2></div>
</body>
</html>


Correction status:qualified

Teacher's comments:缺少的作业尽快补齐哦!20号就要继续上课了!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post