I’m building a website in html5 and css3. I have several background images layered on top of each other. I’d like the image on the top layer to be centered horizontally, but have a specified vertical placement from the top of the page. Is this possible? I’ve looked up all I could find on css3 backgrounds and I saw that images could be centered or positioned in a way similar to absolute positioning. Is there a way to combine the two?
Thanks for your responses.