css 背景图像和定位

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 背景图像和定位相关的知识,希望对你有一定的参考价值。

/*
  right-aligns image with 10px of padding
  and vertically centers it.
*/
.skip-button {
  width: 184px;
  height: 50px;
  background: #fff url('../../img/next.png') no-repeat;
  background-position: right 10px center;
}

以上是关于css 背景图像和定位的主要内容,如果未能解决你的问题,请参考以下文章

CSS里面背景图像使用background-position定位显示的时候怎么才能让背景平铺?

CSS里面背景图像使用background-position定位显示的时候怎么才能让背景平铺?

使用 CSS 从右侧偏移背景图像

HTML 和 CSS 在图像上定位文本

定位视频并使其像图像一样在背景中重复

如何在同一个元素上组合背景图像和 CSS3 渐变?