I am currently working on designing a webpage and am in need of creating a background border. I have access to three image resources for this task: one for the left side, another for the top, and the third for the right side.
My struggle lies in finding suitable CSS examples that use all three images in a convenient way. Most examples I come across only utilize one image (border-image), which is not what I am looking for. Is there a way to achieve this with three images, or do I need to resort to building the webpage with surrounding divs?
Despite my efforts to search for information on this topic, I have been unsuccessful thus far. Additionally, I received a warning indicating that my question was too broad. Could it be possible that I am unaware of the specific term used to describe this technique?