怎样使3个DIV水平排列,css怎么写呢?我搞来搞去它们都是垂直排列的 20
2个回答
展开全部
<style>
#box{width:900px;height:300px;margin:0 auto}
#box div{width:300px;height:300px;float:left;text-align:center;line-height:300px;color:#fff}
.bg1{background:#f00}
.bg2{background:#0f0}
.bg3{background:#00f}
</style>
<div id="box">
<div class="bg1">1</div>
<div class="bg2">2</div>
<div class="bg3">3</div>
</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询