"cards"
Bootstrap 4.1.1 Snippet by santoshkiran89

<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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <div class="container"> <div class="row profile"> <div class="col-md-9"> <div class="col-sm-4"> <div class="profile-content"> </div> </div> <div class="col-sm-4"> <div class="profile-content"> </div> </div> <div class="col-sm-4"> <div class="profile-content"> </div> </div> <div class="col-sm-4"> <div class="profile-content"> </div> </div> <div class="col-sm-4"> <div class="profile-content"> </div> </div><div class="col-sm-4"> <div class="profile-content"> </div> </div><div class="col-sm-4"> <div class="profile-content"> </div> </div><div class="col-sm-4"> <div class="profile-content"> </div> </div> </div> </div> </div>
body { background: #F1F3FA; } /* Profile container */ .profile { margin: 10px 0; } /* Profile sidebar */ .profile-sidebar { padding: 20px 0 10px 0; background: #fff; box-shadow:1px 1px 10px rgba(0,0,0,0.3) } .profile-userpic img { float: none; margin: 0 auto; width: 50%; height: 50%; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; } .profile-usertitle { text-align: center; margin-top: 20px; } .profile-usertitle-name { color: #5a7391; font-size: 16px; font-weight: 600; margin-top:5px; margin-bottom: 7px; } .profile-usertitle-job { text-transform: uppercase; color: #5b9bd1; font-size: 12px; font-weight: 600; margin-bottom: 15px; } .profile-userbuttons { text-align: center; margin-top: 10px; } .profile-userbuttons .btn { text-transform: uppercase; font-size: 11px; font-weight: 600; padding: 6px 15px; margin-right: 5px; } .profile-userbuttons .btn:last-child { margin-right: 0px; } .profile-usermenu { margin-top: 30px; } .profile-usermenu ul li { border-bottom: 1px solid #f0f4f7; } .profile-usermenu ul li:last-child { border-bottom: none; } .profile-usermenu ul li a { color: #93a3b5; font-size: 14px; font-weight: 400; } .profile-usermenu ul li a i { margin-right: 8px; font-size: 14px; } .profile-usermenu ul li a:hover { background-color: #fafcfd; color: #5b9bd1; } .profile-usermenu ul li.active { border-bottom: none; } .profile-usermenu ul li.active a { color: #5b9bd1; background-color: #f6f9fb; border-left: 2px solid #5b9bd1; margin-left: -2px; } .profile-content{box-shadow:1px 1px 10px rgba(0,0,0,0.3);} /* Profile Content */ .profile-content { padding: 20px; background: #fff; min-height: 200px; margin-bottom:30px; }

Related: See More


Questions / Comments: