"Bootstrap 5 Team Members"
Bootstrap 4.1.1 Snippet by wpdeveloper28

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700" rel="stylesheet"> <section class="team-area pt-100 pb-100" id="team"> <div class="container"> <div class="row"> <div class="col-xl-8 mx-auto text-center"> <div class="section-title"> <h4>my team</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="single-team"> <img src="https://nahian91.github.io/picchi-html/assets/img/team/1.jpg" alt=""> <div class="team-hover"> <h4>john doe <span>web developer</span></h4> <a href=""><i class="fa fa-facebook"></i></a> <a href=""><i class="fa fa-twitter"></i></a> <a href=""><i class="fa fa-youtube"></i></a> <a href=""><i class="fa fa-linkedin"></i></a> </div> </div> </div> <div class="col-md-4"> <div class="single-team"> <img src="https://nahian91.github.io/picchi-html/assets/img/team/2.jpg" alt=""> <div class="team-hover"> <h4>john doe <span>web developer</span></h4> <a href=""><i class="fa fa-facebook"></i></a> <a href=""><i class="fa fa-twitter"></i></a> <a href=""><i class="fa fa-youtube"></i></a> <a href=""><i class="fa fa-linkedin"></i></a> </div> </div> </div> <div class="col-md-4"> <div class="single-team"> <img src="https://nahian91.github.io/picchi-html/assets/img/team/3.jpg" alt=""> <div class="team-hover"> <h4>john doe <span>web developer</span></h4> <a href=""><i class="fa fa-facebook"></i></a> <a href=""><i class="fa fa-twitter"></i></a> <a href=""><i class="fa fa-youtube"></i></a> <a href=""><i class="fa fa-linkedin"></i></a> </div> </div> </div> </div> </div> </section>
.pt-100{ padding-top:100px; } .pb-100{ padding-bottom:100px; } .section-title { margin-bottom: 60px; } .section-title p { color: #777; font-size: 16px; } .section-title h4 { text-transform: capitalize; font-size: 40px; position: relative; padding-bottom: 20px; margin-bottom: 20px; font-weight: 600; } .section-title h4:before { position: absolute; content: ""; width: 60px; height: 2px; background-color: #ff3636; bottom: 0; left: 50%; margin-left: -30px; } .section-title h4:after { position: absolute; background-color: #ff3636; content: ""; width: 10px; height: 10px; bottom: -4px; left: 50%; margin-left: -5px; border-radius: 50%; } .single-team img { width: 100%; } .single-team { position: relative; } .team-hover { background-color: #222; color: #fff; position: absolute; bottom: -107px; left: 0; width: 100%; padding: 10px; text-align: center; -webkit-transition: .4s; transition:.4s } .team-hover h4 { font-size: 20px; text-transform: capitalize; } .team-hover h4 span { display: block; font-size: 14px; font-weight: 300; margin: 10px 0; } .team-hover a { display: inline-block; color: #fff; padding: 0 5px; } .single-team:hover .team-hover { bottom: 0; } .single-team { overflow: hidden; }

Related: See More


Questions / Comments: