I am attempting to insert an image onto my website, however, I am encountering issues with the code I have written:
div#planet {
z-index: -10;
width: 450px;
height: 549px;
position: absolute;
background: url("https://example.com/images/planet.jpg") no-repeat top center;
top: -75px;
right: -450px;
}
<div id="planet"></div>