请老师过目2-11编程练习
来源:2-11 编程练习
qq_鸭绿桥第一帅哥_0
2018-11-12 22:31: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回答
测试了你的代码,效果可以实现
继续加油!
相似问题