CSS CSS整页图像背景

Posted

tags:

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

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(141787_5554.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

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

css 整页背景图像

CSS 完美的整页背景图像

mPDF:为整页使用背景图像

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

css 整页背景

css 整页背景