> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/baztheme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/baztheme/theme-settings/front-page-blocks/block-7.md).

# Block #7

{% hint style="info" %}
**Tips:**

1. How to **hide** any element for **non-logged** in **users** or show it only for **logged in** users? [Learn more](/baztheme/more/show-hide-for-non-logged-in-users.md)
2. **Title modifications** - [Learn more](/baztheme/global-styles/headings-text-modifications.md)
   {% endhint %}

### Available options

* Turn on
* Show Block Separator (hr)
* Additional Class Name (only for developers)
* Intro Title
* Intro Content
* HTML Content
* Footer Content

![](/files/bkqUuLhLMd0Yjjyl2yGR)

![](/files/9JA5FpApgsPPr6njsn99)

![](/files/bkqUuLhLMd0Yjjyl2yGR)

### Code snippet

```html
<div class="row row-cols-1 row-cols-lg-2 mx-0">

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Packed with features</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Learn more about theme</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-1-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Everything you need for your University website</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Learn more about Moodle</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-3-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Get started. It’s easy</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Video tutorials</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-4-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Start with components</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Check out code snippets</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-2-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

</div>
```

{% content-ref url="/pages/1qUbO4Fl0XGCANPYeLMK" %}
[How to add more item to blocks?](/baztheme/theme-settings/front-page-blocks/how-to-add-more-item-to-blocks.md)
{% endcontent-ref %}
