html网页素材,html海报网页制作有点设计-如何制作海报图
html网页素材,html海报网页制作有点设计-如何制作海报图详细介绍
#container{
width:1002px;
background-color:gray;
}
#header{
height:120px;
background-color:_quamarine;
}
#main{
height:600px;
background:_arkgoldenrod;
}
#footer{
height:120px;
background:_ellowgreen;
}
#main-left{
float:_eft;
background:_ellow;
width:700px;
height:100%;
}
#main-right{
float:_ight;
background:_ink;
width:302px;
height:100%;
}