div+css中如何将一行的布局分成很多个列
1个回答
展开全部
用float属性,如
<html xmlns="http://www.dayinmandarin.com">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>div+css</title>
<style>
.a{width:1000px;height:100px;background:#CF0;}
.a div{float:left;width:200px;height:100px;background:#90F;margin-left:30px;}
</style>
</head>
<body>
<div class="a">
<div> 一号 </div>
<div> 二号 </div>
<div> 三号 </div>
<div> 四号 </div>
</div>
</body>
</html>
<html xmlns="http://www.dayinmandarin.com">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>div+css</title>
<style>
.a{width:1000px;height:100px;background:#CF0;}
.a div{float:left;width:200px;height:100px;background:#90F;margin-left:30px;}
</style>
</head>
<body>
<div class="a">
<div> 一号 </div>
<div> 二号 </div>
<div> 三号 </div>
<div> 四号 </div>
</div>
</body>
</html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询