Making jagged triangle border in CSS

前端 未结 5 505
梦谈多话
梦谈多话 2020-12-01 04:43

I have a shape with an edge like this in Photoshop:

\"image\"

Is it possible to make the repeated trian

5条回答
  •  粉色の甜心
    2020-12-01 05:19

    There is a border-image property in CSS3. Maybe you can work it out in a way you want. More here http://www.w3schools.com/cssref/css3_pr_border-image.asp

提交回复
热议问题