My task is to use CSS to create an image that looks like the one in this link: https://i.sstatic.net/YaRdv.png
If creating the exact image is not possible, how can I achieve a similar result with minimal image size? In the following code snippet, I have tried using two images but it doesn't seem to work...
<div style="background:url('https://i.sstatic.net/veeS8.png') no-repeat top center, url('https://i.sstatic.net/2i7ed.png') repeat-y top 50px center; widhth:100%; height:800px; background-size:100%;">
</div>