Top Border Image in CSS3

后端 未结 5 1633
终归单人心
终归单人心 2021-01-01 19:34

I\'ve used border, border-top-image, border-image and none seem to do what I am after.

I have the following CSS:



        
5条回答
  •  感情败类
    2021-01-01 20:31

    You said you wish to have no other borders, so instead of border-image-width you can also simply use the border-width shorthand :

    see https://jsfiddle.net/j2x6n3q9/

提交回复
热议问题