"001_table_hotel"
Bootstrap 3.3.0 Snippet by jennyngo

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <div class="chit-chat-layer1"> <div class="col-md-6"> <div class="work-progres"> <div class="chit-chat-heading"> List of Hotels </div> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th>#</th> <th></th> <th>Hotel name</th> <th>City</th> <th>Rating stars</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Face book</td> <td>Malorum</td> <td><span class="label label-danger">in progress</span></td> <td><span class="glyphicon glyphicon-star"><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span></td> </tr> <tr> <td>2</td> <td>Twitter</td> <td>Evan</td> <td><span class="label label-success">completed</span></td> <td><span class="glyphicon glyphicon-star"><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span></td> </tr> <tr> <td>3</td> <td>Google</td> <td>John</td> <td><span class="label label-warning">in progress</span></td> <<td><span class="glyphicon glyphicon-star"><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span></td> </tr> <tr> <td>4</td> <td>LinkedIn</td> <td>Danial</td> <td><span class="label label-info">in progress</span></td> <td><span class="glyphicon glyphicon-star"><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span></td> </tr> <tr> <td>5</td> <td>Tumblr</td> <td>David</td> <td><span class="label label-warning">in progress</span></td> <td><span class="glyphicon glyphicon-star"><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span></td> </tr> <tr> <td>6</td> <td>Tesla</td> <td>Mickey</td> <td><span class="label label-info">in progress</span></td> <td><span class="glyphicon glyphicon-star"><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span><span class="glyphicon glyphicon-star"></span></td> </tr> </tbody> </table> </div> </div> </div> <div class="clearfix"> </div> </div>
.work-progres { box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15); padding: 1.34em 1em; background: #fff; } .chit-chat-heading { font-size: 1.2em; font-weight: 700; color: #5F5D5D; text-transform: uppercase; font-family: 'Carrois Gothic', sans-serif; }

Related: See More


Questions / Comments: