html网页模板怎么使用,下载的网页模板怎么用
html网页模板怎么使用,下载的网页模板怎么用详细介绍
#container{width:100%;margin:0 auto;}
/*header*/
#header{background-color:grey; height:120px; margin-bottom:8px;}
#nav{background-color:grey; height:40px; margin-bottom:8px;}
/*main*/
#maincontent{margin-bottom:8px;}
#left{background-color:grey; float:left; height:450px; width:15%;}
#main{background-color:red; float:left; height:450px; width:30%; margin-left:8px}
#right{background-color:grey; float:right; height:450px; width:15%;}
/*footer*/
#info{background-color:grey; height:20px; margin-bottom:8px;}
#footer{background-color:grey; height:50px; margin-bottom:8px;}
.clear{ clear:both; width:100%; height:0px; overflow:hidden}/*这个是重点*/
最简单的网页