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

测试了你的代码,效果可以实现

继续加油!


0

0 学习 · 36712 问题

查看课程