Border Image Custom Graphics Slice

Published :
Author :
Adam Khoury
Learn to work with the border-image shorthand property and all of the extended border image properties. <style> #div1 { border-image: url("frame.png") 28 repeat; } </style>