# Jumbotron

### Jumbotron

{% tabs %}
{% tab title="Basic" %}
![](https://5259772-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LoOsNUMEOHspaxSUWFG%2F-LuqBE59WUP5WVzC7sXD%2F-LuqDAK9_um43aVUSU0t%2Fimage.png?alt=media\&token=65c550c4-b826-4dab-ad4c-c8bef2f952af)
{% endtab %}

{% tab title="Source Code" %}

```markup
<!-- Jumbotron -->
<div class="jumbotron mb-0">
    <h1 class="display-4">Hello, world!</h1>
    <p class="lead">This is a simple hero unit, a simple jumbotron-style component
        for calling extra
        attention to featured content or information.</p>
    <hr class="my-3">
    <p class="mb-4">It uses utility classes for typography and spacing to space
        content out within the
        larger container.</p>
    <a class="btn btn-primary" href="javascript:void(0)" role="button">Learn
        more</a>
</div>
<!-- /jumbotron -->
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Fluid" %}
![](https://5259772-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LoOsNUMEOHspaxSUWFG%2F-LuqBE59WUP5WVzC7sXD%2F-LuqGqhVRPynGNtc-1zl%2Fimage.png?alt=media\&token=2a0e4064-109f-421e-85a4-9ed5e8b8d178)
{% endtab %}

{% tab title="Source Code" %}

```markup
<!-- Jumbotron -->
<div class="jumbotron jumbotron-fluid mb-0">
    <div class="container">
        <h1 class="display-4">Fluid jumbotron</h1>
        <p class="lead">This is a modified jumbotron that occupies the entire
            horizontal space of its
            parent.</p>
    </div>
</div>
<!-- /jumbotron -->
```

{% endtab %}
{% endtabs %}
