W3docs

background-position

CSS Property:

Result:

CSS Code:

#myDiv {
height:230px;
background-image:url('/build/images/logo-color-w3.png');
background-repeat:no-repeat;
background-position:left top;
}

Click the property values above to see the result