标签:htm oat back div round nbsp float clear bsp
#div1{
background: rgba(255,0,0,0.5);
width: 250px;
height: 250px;
float: right;
}
#div2{
background: rgba(0,255,0,0.5);
width: 250px;
height: 200px;
float: right;
}
#div3{
background: rgba(0,0,255,0.5);
width: 250px;
height: 175px;
clear: both;
}
标签:htm oat back div round nbsp float clear bsp
原文地址:http://www.cnblogs.com/houweidong/p/7612628.html