I have this code, and I do not understand why it does not work, what I wanted was to have two backgrounds one in the top center another bottom center. but it only works down and that's not supposed to be down. Any suggestion? 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: link