CSS3. background-position

by Girisha Chennura

HTML

<div class="box"></div>

CSS

.box {
    width:300px;
    height:300px;
    background: url(http://placehold.it/100x100) no-repeat bottom 50px right 70px;
    border:2px solid red;
}