Bootstrap snippet and html example. job categories

Bootstrap 4.4.1 snippet "job categories" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: jobs,categories

HTML code

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

<section>
    <div class="container">
        <div class="text-center margin-40px-bottom">
            <h3 class="no-margin-bottom">Top Job Categories</h3>
        </div>
        <div class="row">
            <div class="col-lg-3 sm-margin-30px-bottom">
                <div class="h-100">
                    <a href="#" class="card bg-img box-hover cover-background border-0 p-4 h-100" style="background-image: url(https://www.bootdey.com/image/300x232/87CEFA/000000);">
                        <div class="mt-auto position-relative z-index-9">
                            <h5 class="text-white">HealthCare</h5>
                            <div class="position-relative z-index-9 text-white opacity6">120 jobs</div>
                        </div>
                    </a>
                </div>
            </div>
            <div class="col-lg-9">
                <div class="row margin-30px-bottom">
                    <div class="col-md-4 xs-margin-30px-bottom">
                        <a href="#" class="card bg-img box-hover cover-background border-0 p-4" data-background="img/content/02.jpg" style="background-image: url(https://www.bootdey.com/image/340x232/20B2AA/000000);">
                            <div class="mt-auto position-relative z-index-9">
                                <h5 class="text-white">Education</h5>
                                <div class="position-relative z-index-9 text-white opacity6">12 jobs</div>
                            </div>
                        </a>
                    </div>
                    <div class="col-md-4 xs-margin-30px-bottom">
                        <a href="#" class="card bg-img box-hover cover-background border-0 p-4" data-background="img/content/03.jpg" style="background-image: url(https://www.bootdey.com/image/340x232/00CED1/000000);">
                            <div class="mt-auto position-relative z-index-9">
                                <h5 class="text-white">Reataurant</h5>
                                <div class="position-relative z-index-9 text-white opacity6">20 jobs</div>
                            </div>
                        </a>
                    </div>
                    <div class="col-md-4">
                        <a href="#" class="card bg-img box-hover cover-background border-0 p-4" data-background="img/content/04.jpg" style="background-image: url(https://www.bootdey.com/image/340x232/8A2BE2/000000);">
                            <div class="mt-auto position-relative z-index-9">
                                <h5 class="text-white">Construction</h5>
                                <div class="position-relative z-index-9 text-white opacity6">94 jobs</div>
                            </div>
                        </a>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-7 xs-margin-30px-bottom">
                        <a href="#" class="card bg-img box-hover cover-background border-0 p-4" data-background="img/content/05.jpg" style="background-image: url(https://www.bootdey.com/image/340x232/FF7F50/000000);">
                            <div class="mt-auto position-relative z-index-9">
                                <h5 class="text-white">Design &amp; Art</h5>
                                <div class="position-relative z-index-9 text-white opacity6">231 jobs</div>
                            </div>
                        </a>
                    </div>
                    <div class="col-md-5">
                        <a href="#" class="card bg-img box-hover cover-background border-0 p-4" data-background="img/content/06.jpg" style="background-image: url(https://www.bootdey.com/image/340x232/FF1493/000000);">
                            <div class="mt-auto position-relative z-index-9">
                                <h5 class="text-white">Finance</h5>
                                <div class="position-relative z-index-9 text-white opacity6">45 jobs</div>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

CSS code

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

body{
    background:#dcdcdc;
    margin-top:20px;
}
.h-100 {
    height: 100%!important;
}

.box-hover {
    min-height: 210px;
    position: relative;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.margin-30px-bottom {
    margin-bottom: 30px;
}

.box-hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.76);
    background: -webkit-linear-gradient(top, transparent, #000 116%);
    background: linear-gradient(-180deg, transparent, #000 116%);
    z-index: 0;
    width: 100%;
    height: 100%;
}

Similar snippets

Bootstrap example and template. job positions

job positions

Bootstrap example and template. find jobs cards

find jobs cards

Bootstrap example and template. General Search Results

General Search Results

Bootstrap example and template. simple Jobs openning list

simple Jobs openning list

Bootstrap example and template. Shop cart

Shop cart

Bootstrap example and template. bs4 signup form

bs4 signup form

Bootstrap example and template. cards with numbers

cards with numbers

Bootstrap example and template. shopping items

shopping items

FAQ

How do I use this snippet?

Include Bootstrap 4.4.1, 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 4.4.1.

Bootstrap example and template. job categories

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 7.1K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 4.4.1

<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 4.4.1 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