how to overlap two div in css?

前端 未结 4 1715
攒了一身酷
攒了一身酷 2021-01-04 00:47

I have two div likes ,

and css

4条回答
  •  [愿得一人]
    2021-01-04 01:25

    See demo here you need to introduce an additiona calss for second div

    .overlap{
        top: -30px;
    position: relative;
    left: 30px;
    }
    

提交回复
热议问题