<style>
.main
{
display:-ms-flexbox;
display:-webkit-flex;
-ms-flex-flow:row nowrap;
-webkit-flex-flow:row nowrap;
}
</style>
</head>
<body>
<div class="main">
<div style="background:red;width:600px;height:300px;margin-left:30px;"><h1>第一个页面</h1></div>
<div style="background:blue;width:600px;height:300px;margin-left:30px;"><h1>第一个页面</h1></div>
<div style="background:green;width:600px;height:300px;margin-left:30px;"><h1>第一个页面</h1></div>
</div>
</body>
- 2 回答
- 0 关注
- 5405 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消