2个回答
展开全部
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
body{
margin:0;
}
.stage{
position:relative;
}
.left{
position:absolute;
left:0;
top:0;
background-color:green;
width:200px;
height:500px;
}
.center{
margin-left:200px;
background-color:orange;
height:500px;
}
</style>
</head>
<body>
<div class="stage">
<div class="left"></div>
<div class="center"></div>
</div>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询