+ 2
How to make your own frame(border) for the 'div' tag??
I want create own border style like chalk draw.. But I don't find any helpful solution... Have somebody same problem? and may be usefulsolution?
2 Antworten
+ 17
div{border-image:url(source);}
+ 3
You can found the answer here!
https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_border-image
you can use border-image css property..