2-11 编程练习作业提交
来源:2-11 编程练习
MiMicccc
2020-08-31 11:26:48
<!DOCTYPE html>
<html lang="en">
<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回答
好帮手慕言
2020-08-31
同学你好,效果实现的不错,继续加油,祝学习愉快~
相似问题