I am currently trying to implement a drawn background as shown in this concept:
I am currently using bootstraps container
class to center and align my content. How do I position some SVGs so that they are between the outer breakpoint and the side of the viewport? (as shown in the drawing)
I already found a solution with a sticky background image, as explained in this post but that's not my goal. I am trying to maximize performance and use vector graphics (or mabye even canvas)