What I want to do is to place an image behind a border and 2 vertical lines. I was thinking the vertical lines could be SVG, but I\'m not sure how to set this up.
https:
Like this?
svg { border:3px solid #0059dd; padding:62px 100px 62px 100px; cursor:pointer; background-color:black }
JSFiddle