Nicesnippets provide user profile design like google plus user profile. and you can get user profile page design code free.

you can get code of bootstrap google plus profile snippet. we give you example of bootstrap google template , you can simple copy bellow code and use in your project. If it free snippets of google theme 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 google plus template bootstrap snippets, click on JS Code tab get code of jquery codd for google plus profile snippets, same as for CSS Code tab. It's pretty easy and simple example of google plus profile design snippet.


<!DOCTYPE html> <html> <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"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-md-1-offset profile-wrapper col-sm-12 col-xs-12"> <div class="row"> <div class="col-md-12 profile-back-img col-sm-12 col-xs-12"> <img src="/demo/cover.jpg"> </div> <div class="col-md-12 profile-name-area col-sm-12 col-xs-12"> <div class="row"> <div class="col-md-2 text-center user-pic col-sm-2 col-xs-12"> <img src="/demo/man04.png"> </div> <div class="col-md-5 user-name col-sm-5 col-xs-12"> <h2><strong><a href="#">John Oscarson</a></strong></h2> <p>16 followers</p> </div> <div class="col-md-5 profile-btn-area col-sm-5 col-xs-12"> <div class="pull-right"> <button class="edt-btn"><strong>EDIT PROFILE</strong></button> </div> <div class="dropdown pull-right"> <button class="dropdown-toggle toogle-btn" data-toggle="dropdown"><i class="fa fa-ellipsis-v"></i> </button> <ul class="dropdown-menu pull-right"> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> <li><a href="#">JavaScript</a></li> </ul> </div> <b><a href="#" class="abt-btn pull-right">ABOUT</a></b> </div> </div> </div> </div> </div> </div> </div> </body> </html>
.profile-back-img{ padding: 0; position: relative; } .profile-back-img img{ width: 100%; } .profile-name-area{ position: absolute; bottom:20px; } .user-pic img{ border: 3px solid #fff; height: 70px; width: 70px; border-radius:50%; } .user-name{ padding: 0; color: #fff; } .user-name h2{ margin-top: 5px; } .user-name a{ color: #fff; } .profile-btn-area{ margin-top: 15px; } .abt-btn:hover, .abt-btn{ border: none; border-radius: 2px; padding: 10px; color: #fff; margin-right: 20px; text-decoration: none; border:0; outline:none; } .abt-btn:focus{ color: #fff; background:rgba(64, 108, 237,0.3); text-decoration:none; } .edt-btn{ background: #fff; padding: 10px 15px; color: #000; border: none; border-radius:3px; margin: 0px 20px; } .toogle-btn{ background: none; border: none; color: #fff; border-radius: 50%; height: 40px; width: 40px; } .toogle-btn:focus{ background:rgba(250,250,250,0.2); } .toogle-btn i{ padding-top: 3px; font-size: 20px; } @media screen and (max-width: 567px) { .profile-back-img img{ height: 180px; } .dropdown,.abt-btn{ display: none; } .profile-name-area{ position: static; background: #F1F1F1; } .user-pic img{ margin-top: -25px; height: 50px; width: 50px; } .user-name h3{ text-align:center; margin-top: 30px; } .user-name h3 a{ color: #000; } .user-name p{ color: #000; text-align: center; } .profile-btn-area .edt-btn{ margin-top:30px; margin-bottom:30px; text-align: center; background: #4285F4; color: #fff; } .profile-btn-area .pull-right{ float: none !important; text-align: center; } }

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





Random Post


Random Blog