Lazyload bottom background
This commit is contained in:
parent
04c9e54e24
commit
cfd1123d5b
4
cs.css
4
cs.css
@ -443,10 +443,10 @@ nav ul li ul li a {
|
|||||||
/**********************************************************************************/
|
/**********************************************************************************/
|
||||||
|
|
||||||
.members {
|
.members {
|
||||||
background-image: url(img/flp-dark.jpg);
|
/* background-image: url(img/flp-dark.jpg); */
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: auto;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="members" id="contact">
|
<div class="members lazy" id="contact" data-bg="url(img/flp-dark.jpg)">
|
||||||
<div class="shape">
|
<div class="shape">
|
||||||
<div class="cmembers cmembers1">
|
<div class="cmembers cmembers1">
|
||||||
<h4>How do I become a member?</h4>
|
<h4>How do I become a member?</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user