Bootstrap snippet and html example. Our services

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.
Tags: Services,Bootstrap 4 services,Responsive,Web design,Web UI,Font awesome

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

<div id="our-services" class="our-services">
        <h3 class="text-green mb-5 h1 text-center">Our Services</h3>
        <!-- Features -->
        <div class="features  mb-4">
          <div class="container">
            <div class="row">
              <div class="feature py-4 col-md-6 d-flex">
                <div class="icon text-green mr-3"><i class="fa fa-paint-brush"></i></div>
                <div class="px-4">
                    <h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Design & Branding</a></h5>
                    <p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
                </div>
              </div>
              <div class="feature py-4 col-md-6 d-flex">
                <div class="icon text-green mr-3"><i class="fa fa-code"></i></div>
                <div class="px-4">
                    <h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Programming</a></h5>
                    <p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
                </div>
              </div>
            </div>

            <div class="row">
              <div class="feature py-4 col-md-6 d-flex">
                <div class="icon text-green mr-3"><i class="fa fa-font"></i></div>
                <div class="px-4">
                    <h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Copywriting</a></h5>
                    <p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
                </div>
              </div>
              <div class="feature py-4 col-md-6 d-flex">
                <div class="icon text-green mr-3"><i class="fa fa-support"></i></div>
                <div class="px-4">
                    <h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Training & Support</a></h5>
                    <p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
                </div>
              </div>
            </div>
          </div>
        </div>
        <!-- / Features -->
      </div>

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

/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#our-services{
    padding: 60px 0;
}

#our-services h3,
#our-services h5{
    color: #007b5e!important;
}

#our-services a{
    color: #007b5e!important;
    text-decoration:none;
}

#our-services .feature .icon {
    border-radius: 50%;
    min-width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(33,37,41,.1), 0 7px 14px rgba(33,37,41,.1);
    font-size: 27px;
    color: #007b5e!important;
}

Similar snippets

Bootstrap example and template. about us page section

about us page section

Bootstrap example and template. Responsive Parallax Navbar

Responsive Parallax Navbar

Bootstrap example and template. services section page

services section page

Bootstrap example and template. bs4 sevices page

bs4 sevices page

Bootstrap example and template. timeline events area

timeline events area

Bootstrap example and template. bs4 my experience timeline

bs4 my experience timeline

Bootstrap example and template. File manager page

File manager page

Bootstrap example and template. bs4 forum

bs4 forum

Bootstrap example and template. Our services

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 2.5K 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