background-position 4值效果实例页面

回到相关文章 »

代码:

CSS代码:
.box {
    width: 160px; height: 160px;
    background: #cd0000 url(//image.zhangxinxu.com/image/study/s/s256/mm1.jpg) no-repeat;
    background-position: right 40px bottom 20px;
}
                
HTML代码:
<div class="box"></div>
                

效果: