background-position右下方定位示意实例页面
展示
代码
-
HTML:
<div class="example"></div>
-
CSS:
.example { width: 300px; height: 200px; border: solid deepskyblue; background: url(1.jpg) no-repeat right 20px bottom 20px; margin: auto; }