为什么添加父级div,并将父级div设置剧中,然而并没有剧中效果
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
body{margin:0;padding: 0}
.main{witdh: 800px;margin:0 auto;}
.left{width:200px;height:300px;float:left;background:#Fcc}
.right{width:600px;height:300px;float: right;background: #CCC}
</style>
</head>
<body>
<div>
<div></div>
<div></div>
</div>
</body>
</html>