How to make your own frame(border) for the 'div' tag?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

4th Apr 2017, 6:46 PM
Sergey Maksymenko
Sergey Maksymenko - avatar
2 Answers
+ 17
div{border-image:url(source);}
4th Apr 2017, 6:49 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 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..
4th Apr 2017, 6:54 PM
Waren Gonzaga
Waren Gonzaga - avatar