css 整页背景图像

Posted

tags:

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

/* http://css-tricks.com/perfect-full-page-background-image/ */
html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

css 整页背景图像

CSS 完美的整页背景图像

mPDF:为整页使用背景图像

在整页、变暗、模糊的背景图像上添加居中文本?

css 整页背景

css 整页背景