Bootstrap snippet and html example. Packages section using bootstrap 4 sunlimetech UI kit series part 2 bootdey

Bootstrap 4.3.1 snippet "Packages section using bootstrap 4 sunlimetech UI kit series part 2 bootdey" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.

HTML code

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

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->

<!-- packages section -->
<section id="packages" class="my-5">
    <div class="container-fluid">
        <div class="row">
            <div class="col-sm-12 col-md-6 col-lg-6 p-0">
                <div class="gold-package p-5">
                    <h1 class="mb-5 pb-5">Gold Package</h1>
                    <ul class="list-unstyled mb-5">
                        <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</li>
                        <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</li>
                        <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</li>
                    </ul>
                    <p><a class="btn btn-primary mr-5 px-5" role="button" href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues" target="_blank">Join now</a><span>$2.500</span></p>
                </div>
            </div>
            <div class="col-sm-12 col-md-6 col-lg-6 p-0">
                <div class="silver-package p-5 bg-light">
                    <h1 class="mb-5 pb-5 text-secondary">Silver Package</h1>
                    <ul class="list-unstyled mb-5">
                        <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</li>
                        <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</li>
                        <li>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</li>
                    </ul>
                    <p><a class="btn btn-outline-primary mr-5 px-5" href="https://www.fiverr.com/sunlimetech/fix-your-bootstrap-html-and-css3-issues" target="_blank" role="button">Join now</a><span>$1.500</span></p>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- ./packages section -->

CSS code

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

/***********************************************/
/***************** Packages ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#packages{
    font-family: 'Tajawal', sans-serif;
}

#packages .silver-package {
    -webkit-box-shadow: 2px 7px 30px 0px rgba(179, 172, 179, 1);
    -moz-box-shadow: 2px 7px 30px 0px rgba(179, 172, 179, 1);
    box-shadow: 2px 7px 30px 0px rgba(179, 172, 179, 1);
}

#packages .gold-package ul li,
#packages .silver-package ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 26px;
    font-size: 20px;
}

#packages .gold-package ul li:before,
#packages .silver-package ul li:before {
    font-family: FontAwesome;
    content: "\f058";
    position: absolute;
    font-size: 25px;
    color: #007bff;
    left: 0;
    top: 0;
}

#packages .silver-package ul li:last-child:before {
    font-family: FontAwesome;
    content: "\f057";
    position: absolute;
    font-size: 25px;
    color: #f44336;
    left: 0;
    top: 0;
}

#packages .btn {
    border-radius: 1.25rem;
}

Similar snippets

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. meet our team with hover effect

meet our team with hover effect

Bootstrap example and template. Blog post list

Blog post list

Bootstrap example and template. Form send password

Form send password

Bootstrap example and template. Forum post list

Forum post list

Bootstrap example and template. social media resumen profile

social media resumen profile

Bootstrap example and template. small change password form

small change password form

Bootstrap example and template. Form register inside narrow jumbotron

Form register inside narrow jumbotron

FAQ

How do I use this snippet?

Include Bootstrap 4.3.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.3.1.

Bootstrap example and template. Packages section using bootstrap 4 sunlimetech UI kit series part 2 bootdey

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

Bootstrap 4.3.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.3.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