Border Image
The border-image property replaces a solid border with a gradient or image, enabling complex decorative borders that solid colour cannot achieve.
Gradient Borders
border-image: linear-gradient(...) 1 uses a gradient as the border. The trailing 1 is the required slice value.
Shorthand Properties
border-image-source— the image or gradientborder-image-slice— how to slice the image for corners and edgesborder-image-width— how thick the border image isborder-image-outset— how far the image extends beyond the border boxborder-image-repeat— how edge regions fill space:stretch,repeat,round