I am currently working on a WordPress website using the Twenty Twelve theme. On one of the pages, I am trying to incorporate three background images - one at the top, the next one right below the top image, and the third one at the very bottom...
Is there a specific value I can use for "background position" to ensure that the second image appears right below the first one? Here is what I currently have:
{background-position: top, ???, bottom;}
I am seeking guidance on what to replace the ??? with in order to achieve the desired layout. Can anyone provide assistance?
Thank you, G