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

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.3.1 included, to get the result that you can see in the preview selection

<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

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.3.1 included, to get the result that you can see in the preview selection

/***********************************************/
/***************** 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. Ecommerce checkout with customer info and order summary

Ecommerce checkout with customer info and order summary

Bootstrap example and template. Server error 404 bootdey

Server error 404 bootdey

Bootstrap example and template. responsive video with description

responsive video with description

Bootstrap example and template. bs4 promo pricing table

bs4 promo pricing table

Bootstrap example and template. 2FA Security form

2FA Security form

Bootstrap example and template. bs4 invoice

bs4 invoice

Bootstrap example and template. blog item comments

blog item comments

Bootstrap example and template. Invoice with ribbon

Invoice with ribbon

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

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 1.6K views, Using this bootstrap snippet you have the following benefits:

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