2-11 编程练习《待批改》

来源:2-11 编程练习

汪晓歌

2018-11-03 15:53:16

<!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;

      bottom:100px;

      right:200px;


    }

  </style>

</head>

<body>

  <div class="test"></div>

</body>

</html>

 


写回答

1回答

樱桃小胖子

2018-11-04

效果实现的很好,继续加油~

0

0 学习 · 36712 问题

查看课程