Bootstrap snippet and html example. bs4 simple team list

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: team

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 rel="stylesheet" href="//cdn.materialdesignicons.com/3.7.95/css/materialdesignicons.min.css">
<div class="container">
    <div class="row justify-content-center">
        <div class="col-lg-8">
            <p class="text-muted text-center mb-4 f-17">Praesent venenatis metus at tortor pulvinar varius ipsum dolor amet consectetuer adipiscing Aenean commodo ligula.</p>
        </div>
    </div>

    <div class="row">
        <div class="col-lg-3 col-md-6">
            <div class="team-box text-center bg-white mt-4">
                <div class="team-img">
                    <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="" class="img-fluid d-block rounded">
                    <div class="team-name">
                        <h5 class="text-white f-18 font-weight-light mb-0">Darryl Abell</h5>
                    </div>
                </div>
                <div class="team-content text-center p-3">
                    <div class="">
                        <p class="f-17 mb-0"><a href="#" class="text-dark">Graphic Designer</a></p>
                        <p class="text-muted f-14 mb-0">Phasellus ullamcorper ipsum nunc nunc nonummy metus.</p>
                        <div class="team-social-icon p-2">
                            <ul class="blog-details-icons list-inline mb-0">
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-facebook"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-twitter"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-whatsapp"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-instagram"></i></a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="col-lg-3 col-md-6">
            <div class="team-box text-center bg-white mt-4">
                <div class="team-img">
                    <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="" class="img-fluid d-block rounded">
                    <div class="team-name">
                        <h5 class="text-white f-18 font-weight-light mb-0">Roger Utz</h5>
                    </div>
                </div>
                <div class="team-content text-center p-3">
                    <div class="">
                        <p class="f-17 mb-0"><a href="#" class="text-dark">Web Designer</a></p>
                        <p class="text-muted f-14 mb-0">Etiam ultricies nisi augue Curabitur ullamcorper ultricies.</p>
                        <div class="team-social-icon p-2">
                            <ul class="blog-details-icons list-inline mb-0">
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-facebook"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-twitter"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-whatsapp"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-instagram"></i></a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="col-lg-3 col-md-6">
            <div class="team-box text-center bg-white mt-4">
                <div class="team-img">
                    <img src="https://bootdey.com/img/Content/avatar/avatar5.png" alt="" class="img-fluid d-block rounded">
                    <div class="team-name">
                        <h5 class="text-white f-18 font-weight-light mb-0">Sylvia Mace</h5>
                    </div>
                </div>
                <div class="team-content text-center p-3">
                    <div class="">
                        <p class="f-17 mb-0"><a href="#" class="text-dark">UI/UX Designer</a></p>
                        <p class="text-muted f-14 mb-0">Nunc nec neque a leo dolor tempus non hendrerit nisi.</p>
                        <div class="team-social-icon p-2">
                            <ul class="blog-details-icons list-inline mb-0">
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-facebook"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-twitter"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-whatsapp"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-instagram"></i></a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div class="row">
        <div class="col-lg-3 col-md-6">
            <div class="team-box text-center bg-white mt-4">
                <div class="team-img">
                    <img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="" class="img-fluid d-block rounded">
                    <div class="team-name">
                        <h5 class="text-white f-18 font-weight-light mb-0">Juan Bluford</h5>
                    </div>
                </div>
                <div class="team-content text-center p-3">
                    <div class="">
                        <p class="f-17 mb-0"><a href="#" class="text-dark">Web Designer</a></p>
                        <p class="text-muted f-14 mb-0">Nunc nec neque a leo dolor tempus non hendrerit nisi.</p>
                        <div class="team-social-icon p-2">
                            <ul class="blog-details-icons list-inline mb-0">
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-facebook"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-twitter"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-whatsapp"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-instagram"></i></a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="col-lg-3 col-md-6">
            <div class="team-box text-center bg-white mt-4">
                <div class="team-img">
                    <img src="https://bootdey.com/img/Content/avatar/avatar8.png" alt="" class="img-fluid d-block rounded">
                    <div class="team-name">
                        <h5 class="text-white f-18 font-weight-light mb-0">Robin Douglas</h5>
                    </div>
                </div>
                <div class="team-content text-center p-3">
                    <div class="">
                        <p class="f-17 mb-0"><a href="#" class="text-dark">Web Developer</a></p>
                        <p class="text-muted f-14 mb-0">Maecenas tellus eget condimentum sem quam semper.</p>
                        <div class="team-social-icon p-2">
                            <ul class="blog-details-icons list-inline mb-0">
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-facebook"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-twitter"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-whatsapp"></i></a></li>
                                <li class="list-inline-item"><a href="#" class=""><i class="mdi mdi-instagram"></i></a></li>
                            </ul>
                        </div>
                    </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{
    background:#eee;
    margin-top:20px;
}
/********************
        TEAM
*********************/
.team-bg {
  padding: 180px 0px 80px 0px;

  background-size: cover;
  position: relative;
  background-position: center center;
}

.team-box {
  position: relative;
  overflow: hidden;
}

.team-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

.team-img {
  position: relative;
  overflow: hidden;
  display: block;
}



.blog-details-icons li {
  margin: 2px !important;
}

.blog-details-icons li a {
  height: 32px;
  width: 32px;
  color: #777777;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #777777;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-details-icons li a:hover {
  background-color: #ff4f6c;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #ff4f6c;
}

.blog-datails-item li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-item li a:hover {
  color: #ff4f6c !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 6px;
}

Similar snippets

Bootstrap example and template. team members

team members

Bootstrap example and template. team tiles

team tiles

Bootstrap example and template. team list with icons on hover

team list with icons on hover

Bootstrap example and template. bs4 team with zoom effect

bs4 team with zoom effect

Bootstrap example and template. bs5 edit profile account details

bs5 edit profile account details

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. Frequently Asked Questions section

Frequently Asked Questions section

Bootstrap example and template. tickets for events

tickets for events

Bootstrap example and template. bs4 simple team list

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