1.代碼片斷字體
讓兩個div並排起來顯示。get
<div style="width:1000px; text-align:center;" id="content">
<div style="width:300px; height:200px; float:left; background-color:#FF0000;" id="con_left"></div>
<div style="width:700px; height:200px; float:left; background-color:#CCCCCC;" id="con_right"></div>
</div>class
讓ul下的li並排顯示grid
.box ul {
list-style-type: none;
margin:0px;
padding:0px;
}
.box li {
margin:7px;
padding:5px;
float:left;
width:150px;
height:190px;
}
2.float
字體:margin