浮动

#a{

float: left;

width: 100px;

height: 100px;

background-color: green;

margin: 1px;

}

#a1{

float: right;

width: 130px;

height: 130px;

background-color: green;

margin: 1px;

}

#container{

background-color: yellow;

width: 500px;

}

#c{

clear: both;

}


浮动_第1张图片

你可能感兴趣的:(浮动)