基礎(chǔ)模板
成都創(chuàng)新互聯(lián)公司是專(zhuān)業(yè)的賓川網(wǎng)站建設(shè)公司,賓川接單;提供成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè),網(wǎng)頁(yè)設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專(zhuān)業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行賓川網(wǎng)站開(kāi)發(fā)網(wǎng)頁(yè)制作和功能擴(kuò)展;專(zhuān)業(yè)做搜索引擎喜愛(ài)的網(wǎng)站,專(zhuān)業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來(lái)合作!
盒子模型
body{
margin:10px;
padding:10px;
}
.uni{(uni—相同部分 以便減少代碼)
width:200px;
height:200px;
float:left;(浮動(dòng):left左/right右)
}
#first{(#是id)
width:500px;
height:500px;
background:white;
margin:0 auto;
}
#second{
background:red;
margin-right:10px;
margin-bottom:10px;
}
#third{
background:green;
margin-bottom:10px;
}
#fourth{
background:black;
margin-right:10px;
}
#fifth{
background:blue;
}