Bootstrap snippet and html example. simple support page

Bootstrap 5.2.0 snippet "simple support page" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: support

HTML code

Clean, semantic HTML that powers this Bootstrap 5.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<div class="container">
<section class="section mb-5">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-lg-8 col-xl-7 text-center desc">
                <h2 class="h1 mb-3">How can we help?</h2>
                <p class="mx-lg-8">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.</p>
                <form class="d-flex flex-column flex-md-row mt-4"><input type="email" class="form-control me-sm-2 mb-2 mb-sm-0" placeholder="[email protected]"> <button class="btn btn-primary flex-shrink-0" type="submit">Get Started</button></form>
            </div>
        </div>
    </div>
</section>
<section class="section pt-0">
    <div class="container">
        <div class="row gy-4 justify-content-center">
            <div class="col-sm-6 col-md-6 col-lg-4">
                <div class="card">
                    <div class="card-body d-flex">
                        <div class="icon-lg bg-primary rounded-3 text-white"><i class="fa fa-question-circle"></i></div>
                        <div class="ps-3 col">
                            <h5 class="h6 mb-2"><a class="stretched-link text-reset" href="#">Buying and Item Support</a></h5>
                            <p class="m-0">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-6 col-md-6 col-lg-4">
                <div class="card">
                    <div class="card-body d-flex">
                        <div class="icon-lg bg-primary rounded-3 text-white"><i class="fa fa-id-badge"></i></div>
                        <div class="ps-3 col">
                            <h5 class="h6 mb-2"><a class="stretched-link text-reset" href="#">Licensing</a></h5>
                            <p class="m-0">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-6 col-md-6 col-lg-4">
                <div class="card">
                    <div class="card-body d-flex">
                        <div class="icon-lg bg-primary rounded-3 text-white"><i class="fa fa-user"></i></div>
                        <div class="ps-3 col">
                            <h5 class="h6 mb-2"><a class="stretched-link text-reset" href="#">Your Account</a></h5>
                            <p class="m-0">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-6 col-md-6 col-lg-4">
                <div class="card">
                    <div class="card-body d-flex">
                        <div class="icon-lg bg-primary rounded-3 text-white"><i class="fa fa-trophy"></i></div>
                        <div class="ps-3 col">
                            <h5 class="h6 mb-2"><a class="stretched-link text-reset" href="#">Copyright and Trademarks</a></h5>
                            <p class="m-0">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-6 col-md-6 col-lg-4">
                <div class="card">
                    <div class="card-body d-flex">
                        <div class="icon-lg bg-primary rounded-3 text-white"><i class="fa fa-book"></i></div>
                        <div class="ps-3 col">
                            <h5 class="h6 mb-2"><a class="stretched-link text-reset" href="#">Tax &amp; Compliance</a></h5>
                            <p class="m-0">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-sm-6 col-md-6 col-lg-4">
                <div class="card">
                    <div class="card-body d-flex">
                        <div class="icon-lg bg-primary rounded-3 text-white"><i class="fa fa-check"></i></div>
                        <div class="ps-3 col">
                            <h5 class="h6 mb-2"><a class="stretched-link text-reset" href="#">Licensing</a></h5>
                            <p class="m-0">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 5.2.0 to keep the design, spacing, and responsiveness consistent.

body{
    margin-top:20px;
    background:#483D8B;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}
.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
a {
    text-decoration:none;    
}

.desc{
    color:#fff;    
}

Similar snippets

Bootstrap example and template. paq page

paq page

Bootstrap example and template. support topic and categories

support topic and categories

Bootstrap example and template. Support center

Support center

Bootstrap example and template. Frequently Asked Questions

Frequently Asked Questions

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Edit profile page

Edit profile page

Bootstrap example and template. V card presentation

V card presentation

Bootstrap example and template. User list page

User list page

FAQ

How do I use this snippet?

Include Bootstrap 5.2.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 5.2.0.

Bootstrap example and template. simple support page

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 8.9K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 5.2.0

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 5.2.0 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working