css background-position - png images not displayed as positioned in css -
Background condition is not working for some reason I am trying to install several planetary systems filled with PNGs so that I can do some other coding, but the images are all standing on top of each other and some of them are cut into the div. CSS: body {background-image}: URL ('../ img / para2 / space_bg.jpg'); } # Planetary {background: url ('../img/para2/ planet_1.png'); Height: 200px; Width: 200px; Status: Completed; Margin: 0; Padding: 0; Display area; Background-position: 400px 400px; } # Planet 2 {background: url ('../ img / para2 / planet_2.png'); Height: 200px; Width: 200px; Status: Completed; Margin: 0; Padding: 0; Display area; Background-position: 800px 600px; } # Planet_3 {background: url ('../ img / para2 / planet_3.png'); Height: 200px; Width: 200px; Status: Completed; Margin: 0; Padding: 0; Display area; Background-position: 450px 700px; } # Planet_4 {background: url ('../ img / para2 / planet_4.png'); Height: 200px; Wi...