Services Section Using Bootstrap 4 Section Black And Red

 Services Section Using Bootstrap 4 Section

Services Section Using Bootstrap 4 Section Black And Red

Services Section Using Bootstrap 4 Section Black And Red




  

 


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Services Section Using Bootstrap 4</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/fontawesome.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.css">
    <link href="https://fonts.googleapis.com/css?family=Poppins:500,700&display=swap" rel="stylesheet">
    <style>
        a,p,h1,h2,h3,h4,ul {
            margin0;
            padding0;
        }
        
        .section-services {
            padding-top110px;
            padding-bottom120px;
            font-family"Poppins"sans-serif;
            background-color#211f24;
            color#fff;
        }
        
        .section-services .header-section {
            margin-bottom35px;
        }
        
        .section-services .header-section .title {
            positionrelative;
            margin-bottom40px;
            padding-bottom25px;
            text-transformuppercase;
            font-weight700;
        }
        
        .section-services .header-section .title:before {
            content"";
            positionabsolute;
            bottom0;
            left50%;
            transformtranslateX(-50%);
            width140px;
            height1px;
            background-color#f70037;
        }
        
        .section-services .header-section .title:after {
            content"";
            positionabsolute;
            bottom-1px;
            left50%;
            transformtranslateX(-50%);
            width45px;
            height3px;
            background-color#f70037;
        }
        
        .section-services .header-section .title span {
            color#f70037;
        }
        
        .section-services .header-section .description {
            color#6f6f71;
        }
        
        .section-services .single-service {
            margin-top40px;
            background-color#24252a;
            box-shadow0 0 10px 0 rgba(0,0,0,.1);
        }
        
        .section-services .single-service .part-1 {
            padding40px 40px 25px;
            border-bottom2px solid #1d1e23;
        }
        
        .section-services .single-service .part-1 i {
            margin-bottom25px;
            font-size50px;
            color#f70037;
        }
        
        .section-services .single-service .part-1 .title {
            font-size17px;
            font-weight700;
            letter-spacing0.02em;
            line-height1.8em;
        }
        
        .section-services .single-service .part-2 {
            padding30px 40px 40px;
        }
        
        .section-services .single-service .part-2 .description {
            margin-bottom22px;
            color#6f6f71;
            font-size14px;
            line-height1.8em;
        }
        
        .section-services .single-service .part-2 a {
            color#fff;
            font-size14px;
            text-decorationnone;
        }
        
        .section-services .single-service .part-2 a i {
            margin-right10px;
            color#f70037;
        }
    </style>
</head>
<body>

    <section class="section-services">
        <div class="container">
            <div class="row justify-content-center text-center">
                <div class="col-md-10 col-lg-8">
                    <div class="header-section">
                        <h2 class="title">Exclusive <span>Services</span></h2>
                        <p class="description">There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some injected humour</p>
                    </div>
                </div>
            </div>
            <div class="row">
                <!-- Start Single Service -->
                <div class="col-md-6 col-lg-4">
                    <div class="single-service">
                        <div class="part-1">
                            <i class="fab fa-500px"></i>
                            <h3 class="title">Express delivery innovative Design service</h3>
                        </div>
                        <div class="part-2">
                            <p class="description">Express delivery inno service effective logistics solution for delivery of small cargo delivery service.</p>
                            <a href="#"><i class="fas fa-arrow-circle-right"></i>Read More</a>
                        </div>
                    </div>
                </div>
                <!-- / End Single Service -->
                <!-- Start Single Service -->
                <div class="col-md-6 col-lg-4">
                    <div class="single-service">
                        <div class="part-1">
                            <i class="fab fa-angellist"></i>
                            <h3 class="title">Online chat may refer to any kind communication</h3>
                        </div>
                        <div class="part-2">
                            <p class="description">Express delivery inno service effective logistics solution for delivery of small cargo delivery service.</p>
                            <a href="#"><i class="fas fa-arrow-circle-right"></i>Read More</a>
                        </div>
                    </div>
                </div>
                <!-- / End Single Service -->
                <!-- Start Single Service -->
                <div class="col-md-6 col-lg-4">
                    <div class="single-service">
                        <div class="part-1">
                            <i class="fas fa-award"></i>
                            <h3 class="title">Service provider provide organizations consulting</h3>
                        </div>
                        <div class="part-2">
                            <p class="description">Express delivery inno service effective logistics solution for delivery of small cargo delivery service.</p>
                            <a href="#"><i class="fas fa-arrow-circle-right"></i>Read More</a>
                        </div>
                    </div>
                </div>
                <!-- / End Single Service -->
                <!-- Start Single Service -->
                <div class="col-md-6 col-lg-4">
                    <div class="single-service">
                        <div class="part-1">
                            <i class="fab fa-asymmetrik"></i>
                            <h3 class="title">Express delivery innovative Design service</h3>
                        </div>
                        <div class="part-2">
                            <p class="description">Express delivery inno service effective logistics solution for delivery of small cargo delivery service.</p>
                            <a href="#"><i class="fas fa-arrow-circle-right"></i>Read More</a>
                        </div>
                    </div>
                </div>
                <!-- / End Single Service -->
                <!-- Start Single Service -->
                <div class="col-md-6 col-lg-4">
                    <div class="single-service">
                        <div class="part-1">
                            <i class="fas fa-broadcast-tower"></i>
                            <h3 class="title">Provide solutions and services to end users</h3>
                        </div>
                        <div class="part-2">
                            <p class="description">Express delivery inno service effective logistics solution for delivery of small cargo delivery service.</p>
                            <a href="#"><i class="fas fa-arrow-circle-right"></i>Read More</a>
                        </div>
                    </div>
                </div>
                <!-- / End Single Service -->
                <!-- Start Single Service -->
                <div class="col-md-6 col-lg-4">
                    <div class="single-service">
                        <div class="part-1">
                            <i class="fab fa-canadian-maple-leaf"></i>
                            <h3 class="title">This broad term incorporates all IT businesses</h3>
                        </div>
                        <div class="part-2">
                            <p class="description">Express delivery inno service effective logistics solution for delivery of small cargo delivery service.</p>
                            <a href="#"><i class="fas fa-arrow-circle-right"></i>Read More</a>
                        </div>
                    </div>
                </div>
                <!-- / End Single Service -->
            </div>
        </div>
    </section>

</body>
</html>

How To Use This Cord

steps

  1. Fast One Copy Html File.
  2. Copy CSS File And Past Head Part Top Fo Html File.  
  3. File Save Name.html
  4. Ran Html File 
  5. Ready To Use
Solve This Problem 
  • Bootstrap 4 Services Section Codepen
  • Bootstrap 4 Services Section Bootsnipp
  • Bootstrap Services Section Template
  • Bootstrap Service Box With Icon
  • Services Section Html Css
  • Bootstrap 4 Border Thickness
  • Bootstrap Color Codes
  • Bootstrap Color Palette

Bootstrap Example Of Services Section Using Bootstrap 4 Using Html, Javascript, Jquery, And Css.

Snippet By Sunlimetech Our Services Page Template Snippet For Your Project . This Snippet Is Created Using.free Bootstrap Snippets, Examples, Templates And Resources Tagged With Services. Bootstrap Services Us Page Section Example.

Best List Of Css Service Box ,icon Box Or Image Box With Examples.here Is A Different Icon Box Styles In Htmlvscss

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.