How to achieve chamfered CSS Border Corners rather than rounded corners?

前端 未结 8 1201
南方客
南方客 2020-12-01 05:47

With the CSS border-radius property I can have a curvy, rounded border corner at the end.

.boxLeft{
             


        
8条回答
  •  無奈伤痛
    2020-12-01 06:32

    A good The best way to archive this: border-images. In combination with .svg a good solution...

提交回复
热议问题