老师,帮我检查一下有错误吗?
来源:3-5 编程练习
慕先生8145006
2019-08-27 14:56:25
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.content{
width:800px;
height:400px;
background-color: skyblue;
padding-top:100px;
box-sizing: border-box;
}
.top{
width:400px;
height:200px;
background-color: yellow;
margin-left:200px;
}
</style>
</head>
<body>
<div class="content">
<div class="top"></div>
</div>
</body>
</html>
1回答
好帮手慕柯南
2019-08-27
同学完成的不错,很棒,加油,祝学习愉快~
相似问题