Bootstrap snippet and html example. bs4 Search Results

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: search,result

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 class="container">
          <div class="row">
            <div class="col-lg-12">
              <div class="card">
                <div class="card-body">
                  <div class="row">
                    <div class="col-12">
                      <form action="#">
                        <div class="form-group d-flex">
                          <input type="text" class="form-control" placeholder="Search Here" value="Urbanui">
                          <button type="submit" class="btn btn-primary ml-3">Search</button>
                        </div>
                      </form>
                    </div>
                    <div class="col-12 mb-5">
                      <h2>Search Result For<u class="ml-2">"Urbanui"</u></h2>
                      <p class="text-muted">About 12,100 results (0.52 seconds)</p>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui</a>
                        <a class="page-url text-primary" href="#">https://www.urbanui.com/</a>
                        <p class="page-description mt-1 w-75 text-muted">Urbanui gives you the most beautiful, free and premium bootstrap admin dashboard templates and control panel themes based on Bootstrap 3 and 4.</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui Team – Medium</a>
                        <a class="page-url text-primary" href="#">https://medium.com/@urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">Read writing from Urbanui Team on Medium. We design and develop awesome admin dashboard templates with Bootstrap, so you can kick-start and speed up your development. www.urbanui.com.</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui · GitHub</a>
                        <a class="page-url text-primary" href="#">https://github.com/urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">Urbanui has 1 repository available. Follow their code on GitHub.</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">urbanui.com - Home | Facebook</a>
                        <a class="page-url text-primary" href="#">https://www.facebook.com/urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">Urbanui.com. 9 likes · 4 talking about this. Clean, customisable admin dashboard template themes / UI WebApp Kits with a huge collection of...</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui Team – Hacker Noon</a>
                        <a class="page-url text-primary" href="#">https://hackernoon.com/@urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">Oct 9, 2017 - Read writing from Urbanui Team in Hacker Noon. We design and develop awesome admin dashboard templates with Bootstrap, so you can kick-start and speed up your development. www.urbanui.com.</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui | Crunchbase</a>
                        <a class="page-url text-primary" href="#">https://www.crunchbase.com/organization/urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">Urbanui creates quality admin templates that are based on Bootstrap, the most popular front end development framework.</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui.com (@urbanui) | Twitter</a>
                        <a class="page-url text-primary" href="#">https://twitter.com/@urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">The latest Tweets from urbanui.com (@urbanui). Clean, customisable admin dashboard template themes / UI WebApp Kits with a huge collection of pre-built widgets and plugins.</p>
                      </div>
                    </div>
                    <div class="col-12 results">
                      <div class="pt-4 border-bottom">
                        <a class="d-block h4" href="#">Urbanui on Behance</a>
                        <a class="page-url text-primary" href="#">https://www.behance.net/urbanui</a>
                        <p class="page-description mt-1 w-75 text-muted">Awesome Bootstrap Admin Dashboard Templates. For Faster, Easier Web Applications Development. Clean, customizable admin dashboard template theme / UI WebApp Kit with a huge collection of pre-built widgets and plugins. Design and build modern, robust, user-friendly web applications real fast!</p>
                      </div>
                    </div>
                    <nav class="col-12" aria-label="Page navigation">
                      <ul class="pagination mt-5">
                        <li class="page-item"><a class="page-link" href="#">Previous</a></li>
                        <li class="page-item  active"><a class="page-link" href="#">1</a></li>
                        <li class="page-item"><a class="page-link" href="#">2</a></li>
                        <li class="page-item"><a class="page-link" href="#">3</a></li>
                        <li class="page-item"><a class="page-link" href="#">Next</a></li>
                      </ul>
                    </nav>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </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


body{
    margin-top:20px;
    background:#dcdcdc;
    color: #6c7293;
}
.h4{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.text-muted {
    color: #a7afb7 !important;
}

Similar snippets

Bootstrap example and template. bs4 project list

bs4 project list

Bootstrap example and template. bs4 search Bar

bs4 search Bar

Bootstrap example and template. Search users page result

Search users page result

Bootstrap example and template. Search Results

Search Results

Bootstrap example and template. chat app

chat app

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 crud users

bs4 crud users

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. bs4 Search Results

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