老师检查下
来源:2-4 编程练习
罗杰明
2020-01-07 15:15:08
<html>
<head>
<meta charset="UTF-8">
<title>网站测试</title>
<style type="text/css">
*{
padding:0px;
margin:0px;
}
.div1{
width:100px;
height:100px;
background-color:red;
position:absolute;
right:200px;
bottom:100px;
}
</style>
</head>
<body>
<div class="div1"></div>
</body>
</html>
1回答
同学你好,代码完成的不错!继续努力!
如果我的回答解决了你的疑惑,请采纳!祝学习愉快!