2-11编程练习
来源:2-11 编程练习
soso_crazy
2018-07-25 20:49:29
<!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回答
妮可妮可妮_
2018-07-26
测试了你的代码,效果可以实现
继续加油!
相似问题