float css記述例

h1{
font-size: 140%;
}
#css1_container{
width: 690px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
#css1_box_a{
float: left;
width: 690px;
color: #333;
background-color: #ccccff;
}
#css1_box_b{
float: left;
width: 150px;
color: #333;
background-color: #ffccff;
}
#css1_box_c{
float: left;
width: 390px;
color: #333;
background-color: #99ffff;
}
#css1_box_d{
float: left;
width: 150px;
color: #333;
background-color: #cccc99;
}
#css1_box_e{
clear: both;
width: 100%;
color: #333;
background-color: #ccc;
}

■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■

inserted by FC2 system