"social network profile"
Bootstrap 4.1.1 Snippet by ewfwe61fdwef1

<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 ----------> <div class="main-content p-5"> <div class="row mb-4"> <div class="col-md"> <div class="card"> <div class="card-user-profile"> <div class="card profile-page-left"> <div class="row"> <div class="col-lg-12 mb-4"> <a class="btn btn-primary btn-block btn-gradient waves-effect waves-light" href="#"> <span class="gradient"> <i class="batch-icon batch-icon-user-alt-add-2"></i> Follow </span> </a> </div> <div class="col-sm-6"> <h5 class="my-0">Followers</h5> <div class="h3 my-0"> <a href="#">682</a> </div> </div> <div class="col-sm-6"> <h5 class="my-0">Following</h5> <div class="h3 my-0"> <a href="#">341</a> </div> </div> </div> <hr> <h5> <i class="batch-icon batch-icon-users"></i> Friends </h5> <div class="profile-page-block-outer clearfix"> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar2.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar3.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar4.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-secondary"> <img src="https://bootdey.com/img/Content/avatar/avatar5.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar6.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar7.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-secondary"> <img src="https://bootdey.com/img/Content/avatar/avatar1.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar2.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-secondary"> <img src="https://bootdey.com/img/Content/avatar/avatar3.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-secondary"> <img src="https://bootdey.com/img/Content/avatar/avatar4.png" width="44" height="44"> </div> </div> <div class="profile-page-block"> <div class="profile-picture bg-gradient bg-primary"> <img src="https://bootdey.com/img/Content/avatar/avatar5.png" width="44" height="44"> </div> </div> </div> </div> <div class="profile-page-center"> </div> </div> </div> </div> </div> </div>
.card .card-user-profile .profile-page-left { position: relative; padding: 2.083rem; } .card .card-user-profile .profile-page-center { padding: 2.083rem; background-color: #FFFFFF; } .card .card-user-profile .profile-page-center .media-feed-control { margin-top: 1rem; padding: 10px 10px 4px; background-color: #F7F7FA; } .card .card-user-profile .profile-page-block-outer .profile-page-block { float: left; margin-bottom: 10px; margin-right: 5px; } /* Profile Pictures */ .profile-picture { width: 48px; height: 48px; padding-top: 2px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; position: relative; } .profile-picture img { display: block; width: 44px; height: 44px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; border: 2px solid #FFFFFF; margin: 0 auto; } @media (min-width: 576px) { .card .card-user-profile .profile-page-center > ul > li.media .profile-picture { display: block !important; } .card .card-user-profile .profile-page-center > ul > li.media .media-body { margin-left: 1.5rem !important; } } @media (min-width: 768px) { .card .card-user-profile .profile-page-left { float: left; width: 280px; } .card .card-user-profile .profile-page-center { float: left; min-height: 810px; width: calc(100% - 280px); border-right: 1px solid rgba(0, 0, 0, 0.09); border-left: 1px solid rgba(0, 0, 0, 0.09); } .card .card-user-profile .profile-page-center > ul > li.media .profile-picture { display: block !important; } .card .card-user-profile .profile-page-center > ul > li.media .media-body { margin-left: 1.5rem !important; } }

Related: See More


Questions / Comments: