Is there a css property to set a border around a background image? I've been searching for that but haven't found it, does it exist or am I left with needing to draw the line manually around my background images?
The border-image-slice CSS property divides the image specified by border-image-source into regions. These regions form the components of an element's border image.
This can be done by adding image in a div and than set the border of the div
<div style="border:1px solid red;float:left;"> <div style="background:url("...");float:left;"></div> <div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With