实现css阴影效果
.tesr{
    width: 96%;
    margin-left: 2%;
    padding-top: 5%;
    margin-top: 5%;
    box-shadow: -2px 0 0 #1aad19, //左阴影
                                   0 -2px 0 #3d4145,//上
                                   0 2px 0 #5340e6, //下
                                   2px 0 0 #f43530;//右
    height: 200px;
    margin-bottom: 10%;
}

 <div class="tesr">
  
  </div>
css阴影效果
css阴影效果

相关文章:

  • 2022-03-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
猜你喜欢
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-11-30
相关资源
相似解决方案