H
H
HTML Documentation
HTML Document
Search
K
Comment on page

Parallax

You can use an image in the background simply add InlineStyle in div tag and by use of this you can create your own bg. See example below:
<!--=============== parallax ==================-->
<div class="parallax"
style="background-image:url(Path);">
</div>
<!--=============== parallax ==================-->