烦请老师检查(定位2-11编程练习)
来源:2-11 编程练习
慕码人001272
2020-03-07 19:17:44
<!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回答
同学你好,代码实现正确。继续加油,祝学习愉快 ~
相似问题
回答 1
回答 5