gylhaut

1.html 代码

<html>
<head>
    <link rel="stylesheet" href="cs2.css">
</head>
<body>
    <div class="wapper">
        <div class="content"></div>
    </div>
  
</body>
</html>

 

2.css 样式

*{
    margin: 0;
    padding: 0;
}
.right{
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    background-color:#fcc;
   
}
.left{
    margin-right: 100px;
    height: 100px;
    background-color: #123;
}

 

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-12-28
  • 2022-01-16
  • 2022-01-14
  • 2021-11-30
  • 2021-11-07
  • 2022-12-23
猜你喜欢
  • 2021-12-29
  • 2021-12-14
  • 2021-11-30
  • 2021-11-20
  • 2021-11-25
  • 2021-11-20
相关资源
相似解决方案