"Flat user profile UI"
Bootstrap 3.1.0 Snippet by jaredco

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet"> <div class="container"> <div class="row"> <div class="col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6"> <div class="well profile"> <div class="col-sm-12"> <div class="col-xs-12 col-sm-8"> <h2>jimspencer7</h2> <h4>Jim Spencer</h4> <p><strong>Bio : </strong> Web Designer. this is the bio ..... this is the bio ..... this is the bio ..... this is the bio ..... this is the bio ..... this is the bio ..... this is the bio .... </p> <p style="margin-top:10px;margin-bottom:10px"><strong>Site: </strong><a href="http://www.jaredco.com">http://www.jaredco.com</a> </p> </div> <div class="col-xs-12 col-sm-4 text-center"> <figure> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTCDSF0HoaraKpFp0hwiYbZwF_1Ns3s3F8ttX3ySSZ7TlUGefrOEw" alt="" class="img-circle img-responsive"> </figure> </div> </div> <div class="col-xs-12 divider text-center"> <div class="col-xs-12 col-sm-4 emphasis"> <h2><strong> 80</strong></h2> <p><small>Keeps</small></p> </div> <div class="col-xs-12 col-sm-4 emphasis"> <h2><strong>245</strong></h2> <p><small>Following</small></p> </div> <div class="col-xs-12 col-sm-4 emphasis"> <h2><strong>43</strong></h2> <p><small>Followers</small></p> </div> </div> <div class="col-xs-12 divider text-center"> <button style="margin-top:30px" class="btn btn-success btn-block"><span class="fa fa-plus-circle"></span> Follow </button> </div> </div> </div> </div> </div>
@import url(http://fonts.googleapis.com/css?family=Lato:400,700); body { font-family: 'Lato', 'sans-serif'; } .profile { min-height: 355px; display: inline-block; } figcaption.ratings { margin-top:20px; } figcaption.ratings a { color:#f1c40f; font-size:11px; } figcaption.ratings a:hover { color:#f39c12; text-decoration:none; } .divider { border-top:1px solid rgba(0,0,0,0.1); } .emphasis { border-top: 4px solid transparent; } .emphasis:hover { border-top: 4px solid #1abc9c; } .emphasis h2 { margin-bottom:0; } span.tags { background: #1abc9c; border-radius: 2px; color: #f5f5f5; font-weight: bold; padding: 2px 4px; } .dropdown-menu { background-color: #34495e; box-shadow: none; -webkit-box-shadow: none; width: 250px; margin-left: -125px; left: 50%; } .dropdown-menu .divider { background:none; } .dropdown-menu>li>a { color:#f5f5f5; } .dropup .dropdown-menu { margin-bottom:10px; } .dropup .dropdown-menu:before { content: ""; border-top: 10px solid #34495e; border-right: 10px solid transparent; border-left: 10px solid transparent; position: absolute; bottom: -10px; left: 50%; margin-left: -10px; z-index: 10; } p { text-indent: -30px; margin: 0 0 0 30px; }

Related: See More


Questions / Comments: