Bootstrap snippet and html example. About Us

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 5.2.0 included, to get the result that you can see in the preview selection

 <!--font-->
 <link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Square+Peg&display=swap" rel="stylesheet">
  
</head>

<body>

    <section class="about-sec">
         <div class="container">
              <div class="row">
                   <div class="col-md-6">
                        <img src="https://www.pngall.com/wp-content/uploads/8/Young-Man-PNG-Image.png" class="w-100 img-fluid">

                   </div>
                   <div class="col-md-6">
                        <span class="small-txt">About Us</span>
                        <h2 class="my-3">Welcome to A Bootstrap Guide</h2>
                        <div class="line-head">
                            <div class="empty"></div>
                            <p>Subheading for the main heading</p>
                        </div>
                        <p class="main-para">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, when an unknown printer took a galley of type and scrambled it to make a type specimen book.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, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                        
                        <p class="fst-italic text-muted mb-5">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</p>

                        <a class="btn btn-primary rounded-pill w-25" href="#">Get Started</a>
                   </div>
              </div>
         </div>
    </section>

    <section>
         <div class="container">
              <div class="row">
                   <div class="col-md-12">
                         <h1 class="text-center">About Us</h1>
                   </div>
              </div>
         </div>
    </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 5.2.0 included, to get the result that you can see in the preview selection

body{margin-top:20px;}

        .text-div h3 {
    position: absolute;
    margin-top: 0pc;
    width: 222px;
    bottom: 8rem;
    left: 25rem;
    background-color: #18de82;
    padding: 13px 24px;
    color: white;
    font-family: 'Cabin', sans-serif;
    box-shadow: 6px 7px 1px -1px #00000029;}
    
   

    .small-txt {
    background-color: #0d6efd;
    padding: 6px 20px;
    color: white;}

    .about-sec h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 40px;
    padding: 15px 0px 15px 0px;}

    .empty {
    width: 50px;
    height: 2px;
    background-color: #18de82;}

    .line-head {
    display: flex;}

    .line-head p {
    margin-top: -12px;
    margin-left: 15px;}

    .main-para {
    padding-top: 20px;
    padding-bottom: 6px;}

    a {
        font-family: 'Cabin', sans-serif;}

    h1 {
    position: absolute;
    top: -9%;
    z-index: -111;
    font-size: 249px;
    color: #cac8c812 !important;
    text-align: center !important;
    margin: 0px auto;
    display: block;}

Similar snippets

Bootstrap example and template. dark footer

dark footer

Bootstrap example and template. footer social design

footer social design

Bootstrap example and template. bs4 Footer

bs4 Footer

Bootstrap example and template. white footer

white footer

Bootstrap example and template. bs4 simple chat app

bs4 simple chat app

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 contact form

bs4 contact form

Bootstrap example and template. events card widget

events card widget

Bootstrap example and template. About Us

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 238 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 5.2.0

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