"Activity_view"
Bootstrap 4.0.0 Snippet by douglance

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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 ----------> <div class="container"> <div class="row col-md-12 custyle"> <table class="table table-striped table-responsive custab"> <thead> <!--<a href="#" class="btn btn-primary btn-xs pull-right"><b>+</b> Add new class</a>--> <tr> <th style="width: 20%">Title</th> <th>Keywords</th> <th style="width: 20%">Activity</th> <th>Unit</th> <th class="text-center">Action</th> </tr> </thead> <tr> <td>Family Sentences</td> <td><a href=#>Father, Mother, Sister, Brother, Grandma, Grandpa</a></td> <td>Fill-in-the-Blank</td> <td><a href=#>Family I</a></td> <td class="text-center"><a class='btn btn-info btn-xs' href="#"><span class="glyphicon glyphicon-edit"></span> Edit</a> <a href="#" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Del</a></td> </tr> <tr> <td>Sports matching</td> <td><a href=#>Basketball, Soccer, Football, Badminton, Tennis</a></td> <td>Matching</td> <td><a href=#>Sports II</a></td> <td class="text-center"><a class='btn btn-info btn-xs' href="#"><span class="glyphicon glyphicon-edit"></span> Edit</a> <a href="#" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Del</a></td> </tr> </table> </div> </div>

Related: See More


Questions / Comments: