2
I have this code, and I don’t understand why it doesn’t work, what I wanted was to have two backgrounds one in the top center another bottom center. but it only works at the bottom and it’s not supposed to be at the bottom. Any suggestions? Thanks
body {
margin: 0;
padding: 0;
overflow-x: hidden;
background: url('../imgs/aboutUsBg1.jpg') center top no-repeat,
url('../imgs/aboutUsBg2.jpg') center bottom no-repeat;
height: 100%;
width: 100%;
}
You can see the page here if you want to take a look: http://www.iwanttobesanta.com/about_us.html
I believe that it is not possible to do this, I think it is better you put the two images together and make them one...
– Silvio Andorinha
Okay Obgado I’ll do it
– Miguel
it is possible, yes.. but even so, I still think it is better to join in an image.
– Andre Figueiredo