Loading... **html部分:** ```css <div id="demo"></div> ``` **css代码:** ```css #demo { width: 100px; height: 100px; border: 2px #000 solid; background-color: #fff; position: relative; } #demo:before, #demo:after { width: 0px; height: 0px; border: transparent solid; position: absolute; left: 100%; content: "" } #demo:before { border-width: 10px; border-left-color: #000; top: 20px; } #demo:after { border-width: 8px; border-left-color: #fff; top: 22px; } ``` Last modification:September 5, 2023 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 如果觉得我的文章对你有用,请随意赞赏