1.代码片段
让两个div并排起来显示。
<div style="1000px; text-align:center;" id="content">
<div style="300px; height:200px; float:left; background-color:#FF0000;" id="con_left"></div>
<div style="700px; height:200px; float:left; background-color:#CCCCCC;" id="con_right"></div>
</div>
让ul下的li并排显示
.box ul {
list-style-type: none;
margin:0px;
padding:0px;
}
.box li {
margin:7px;
padding:5px;
float:left;
150px;
height:190px;
}
- 追问
2.
字体: