How can I add padding to an image so the border is XXpx away from the image?
It seems the only way I can do it now is to put an empty box shape behind the image with no fill color and a border color on the box, then place my image on top of the box shape.
I would like to control the CSS of the image itself.
How can I add padding to an image so the border is XXpx away from the image? It seems the only way I can do it now is to put an empty box shape behind the image with no fill color and a border color on the box, then place my image on top of the box shape. I would like to control the CSS of the image itself.