老师,有什么错误吗?或者哪个地方需要改进?
来源:2-4 编程练习
慕先生8145006
2019-08-29 10:54:42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
*{
padding: 0;
margin: 0;
}
.test{
width: 100px;
height: 100px;
background: red;
/*此处写代码*/
position: absolute;
right: 200px;
bottom: 100px;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>
1回答
好帮手慕阿满
2019-08-29
同学的代码完成的不错,继续加油。
祝:学习愉快~
相似问题