# Home style2 - quote2

### Home Style2 - quote2

> Module position: home-3
>
> Module class suffix: Not used

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FiMFiFmw6ELjU7tru65sf%2Fhome2_quote_2.png?alt=media\&token=8e66f2a6-6c43-4c70-aa15-d31b79aeae71)

If you want to display your quote like this you have to create a custom module and publish the cutom module like below

#### Step-1:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FGZZAJzC2SGabrLIUwQpM%2F3_Offcanvas_menu_configuration_step1.png?alt=media\&token=8824c42e-997f-4266-8595-cea89c4e68bd)

#### Step-2:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2Fgswjw5Yf1Poa6BKoMshQ%2FHome_page_banner_step2.png?alt=media\&token=172aefbe-ee77-4dfb-aee4-9e06c9ea5413)

#### Step-3:

![](https://299314993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrD6zkkWwg4W3S7sFogkq%2Fuploads%2FUZrTkBmBNDlWO96Njnyz%2Fhome2_quote_2_step1.png?alt=media\&token=f81d465f-94ac-4490-b4ca-3afc975e7820)

#### Step-4:

Add the following code in your custom module

```html
<div class="h-block-3 h-block white">
    <div class="h-block-content">
        <h4 class="wow fadeInDown animated" data-wow-delay="0.5s">“Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt.”</h4>
        <p class="wow fadeInDown animated" data-wow-delay="0.8s"><span>Duis leo.</span></p>
    </div>
</div>
```
