Creating a transparent inner notch?

后端 未结 4 1294
自闭症患者
自闭症患者 2020-12-21 05:14

I know how to create a notch on the outside like:

div:after {
    content: \'\';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform         


        
4条回答
提交回复
热议问题