<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>

  <style>
    *{
      padding: 0;
      margin: 0;

    }
    .father{
      font-size: 12px;

    }
    .son{
      width: 10em;
      height: 10em;
      background: blue;
    }

  </style>
</head>
<body>
<div class="father">
  <div class="son"></div>
</div>
</body>
</html>

 

前端开发单位em

效果图:

前端开发单位em

 

相关文章:

  • 2022-12-23
  • 2021-04-29
  • 2022-01-19
  • 2021-11-30
  • 2021-04-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-05-28
相关资源
相似解决方案