I\'ve got a div and apply :before and :after an image as content. That works perfectly. Now I would need to apply a background image so it does repeat
:before
:after
you can set an image URL for the content prop instead of the background-image.
content: url(/img/border-left3.png);