欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

CSS+Div_html/css_WEB-ITnose

程序员文章站 2024-01-09 11:32:34
...

title >

#head{

height:40px;

background-color:#0033CC;

margin:0;

}

#content{

background:#CCCCCC;

height:200px;

margin:0;

}

#left{

width:20%;

height:200px;

background:#CCCC66;

float:left;

margin:0;

}

#c{

width:60%;

height:200px;

background:red;

margin:0;

float:left;

}

#right{

width:20%;

height:200px;

background:#339966;

float:right;

margin:0;

}

#foot{

background:#0099CC;

height:40px;

margin:0;

}

style >

head >

head div >

left div >

content div >

rigth div >

div >

foot div >

body >

html >

相关标签: CSS+Div