This user profile card design we provide free code. In this card you can show the user name,user status,user site or link,follow,follower and page like. and also this design card is responsive. and all browser suported. and you can easaly implement in you project.

you can get code of user profile page bootstrap snippet. we give you example of bootstrap user profile card , you can simple copy bellow code and use in your project. If it free snippets of user profile bootstrap So you have to simple get those bellow code from tab of html, css and js. you simple click on HTML Code then you will get html code bootstrap user list template snippets, click on JS Code tab get code of jquery codd for bootstrap list snippet snippets, same as for CSS Code tab. It's pretty easy and simple example of bootstrap user list example snippet.


<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <div class="container"> <div class="row"> <div class="col-md-6 col-md-offset-3 col-sm-offset-3 col-sm-6 col-xs-offset-1 col-xs-10 profile-vcard"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <img src="/demo/bg-pro.png"> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="row profile-detail"> <div class="col-md-4 col-sm-4 col-xs-5 text-center"> <img src="/demo/man01.png" class="img-circle img-thumbnail"> </div> <div class="col-md-8 col-sm-8 col-xs-7"> <h1>Win Desal</h1> <p>Creative director</p> <p><a href="www.nicesnippets.com">www.nicesnippets.com</a></p> <span>Sanfrancisco,UA</span> </div> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="row text-center profile-count-detail"> <div class="col-md-4 col-sm-4 col-xs-12 count-no"> <h2>70</h2> <p>Follow</p> </div> <div class="col-md-4 col-sm-4 col-xs-12 count-no"> <h2>200,12</h2> <p>Followers</p> </div> <div class="col-md-4 col-sm-4 col-xs-12 count-no"> <h2>20k</h2> <p>Page Views</p> </div> </div> </div> </div> </div> </div> </div> </body> </html>
.profile-vcard{ border:1px solid #36B6F1; padding:2px; background: #F6F6F6; } .profile-vcard img{ height:100%; width:100%; } .profile-detail{ padding-bottom:20px; margin:-50px 0px 0px 0px; } .profile-detail h1{ font-size:25px; color:#fff; margin-bottom:10px; } .profile-detail p{ margin:5px 0px; } .profile-detail img{ height:100px; width:100px; } .profile-count-detail{ margin:0px; } .profile-count-detail .count-no{ border: 1px solid #fff; background: #36B6F1; color:#FFF; } .profile-count-detail .count-no h2{ margin:10px 0px 0px 0px; }

Please Subscribe Your Email Address, We Will Notify You When Add New Snippet:





Random Post


Random Blog