# Home Banner

### Home Banner

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FdIiSv2PFXMKJyDNv8JAL%2Fhomebanner1.png?alt=media\&token=38850e2f-4e95-4f73-8861-a779d2c9bf98)

#### code

```html
<div id="home" class="home-page">
<div class="parallax" id="home-contpara">
<div class="home-content container">
<h1>Smart &#38; Innovative</h1>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<p><a href="loadmore">load more</a></p>
</div>
</div>
</div>
```
