网站制作教您一招如何让背景图片不懂,内容会滚动,这个代码的先实现过程如下。
<pre>.parallax {
background-image: url("http://example.com/wp-content/uploads/2017/08/my-background-image.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left:-410px;
margin-right:-410px;
}
.parallax-content {
width:50%;
margin:0 auto;
color:#FFF;
padding-top:50px;
}</pre>
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/260823.html