html背景图
Posted M号开发者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html背景图相关的知识,希望对你有一定的参考价值。
body { background: url(\'xx.jpg\')top center no-repeat; background-size:cover; }
body
{
background:url(\'back.jpg\');
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
}
————————————————
版权声明:本文为CSDN博主「Jinx_Q」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/medivhq/article/details/45149619
以上是关于html背景图的主要内容,如果未能解决你的问题,请参考以下文章