background-image: url(img/newborn-child-tutorialbrain.jpg);
background-repeat:no-repeat;
background-position-x:right;
background-image: url(img/newborn-child-tutorialbrain.jpg);
background-position-x:center;
background-repeat:no-repeat;
background-image: url(img/newborn-child-tutorialbrain.jpg);
background-position-x:left;
background-repeat:no-repeat;
<p>Example for CSS background image position property</p>
<b>background-position-x:right;</b>
<div class="img-pos-x1"> </div>
<b> background-position-x:center;</b>
<div class="img-pos-x2"> </div>
<b>background-position-x:left;</b>
<div class="img-pos-x3"> </div>