I am trying to achieve a specific background effect starting from the line shown in the screenshot below:
I attempted to implement it using the following CSS code:
background : ('path/to/image') 0 650px repeat-y
However, the light part of the image shifts and the result is not visually pleasing. My goal is to replicate the background seen in the screenshot without including the dark area at the bottom. This is why I wish for it to start repeating from the red line.
The current CSS code looks like this:
background : url('path/to/image') top center