#fd{
width: 50px;
height: 50px;
background-color: red;
float: left;
}
#sd{
width: 60px;
height: 50px;
background-color: blue;
float: left;
}
#td{
width: 70px;
height: 50px;
background-color: aqua;
float: left;
}
#cd{
clear: left;
}
11-12