I am currently in the process of converting this design into HTML & CSS code.
I am facing a challenge when it comes to repeating the background on the top section since the left and right parts do not use the same image file.
Even after attempting to use this technique, I was unable to achieve the desired result.
My goal is to repeat these images and have the header in the middle (header.jpg):
- top-left: https://i.sstatic.net/vcuph.jpg
- top-right: https://i.sstatic.net/ruG9M.jpg
I also experimented with background-position, but unfortunately, it did not solve the issue.
Any suggestions from my fellow developers?
Thank you for your help.