Monday, 15 September 2014

css - Adding border to SVG image -



css - Adding border to SVG image -

is possible wrap svg image within border (that - putting border css around image) .

any help appreciated.

thank you.

yes, add together border using css element.

using inline style: <img src="test.svg" style="border: 1px solid black;" /> using class: html <img class="framed" src="test.svg" /> css .framed { border: 1px solid black; }

css svg border

No comments:

Post a Comment