"Mathematics"
Bootstrap 3.3.0 Snippet by daphrobles

<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="container"> <div class="row col-md-6 col-md-offset-2 custyle"> <table class="table table-striped custab"> <thead> <a href="#" class="btn btn-primary btn-xs pull-right"><b>+</b>Edit questionaire</a> <a href="#" class="btn btn-primary btn-xs pull-right"><b>+</b>View</a> <tr> <th class="text-left">Question No.</th> <th class="text-left">Question</th> <th class="text-left">Answer</th> </tr> </thead> <tr> <td>1</td> <td>Which number Is Equivalent to 1/2? </td> <td>A</td> </tr> <tr> <td>2</td> <td>If g(x)=4 - 2x, what is g(x-4)?</td> <td>A</td> </tr> <tr> <td>3</td> <td>Determine the product 2x-4?</td> <td>C</td> </tr> <tr> <td>4</td> <td>Solve 1/n sin x-?</td> <td>D</td> </tr> <tr> <td>5</td> <td>Which is greater than 1/2?</td> <td>B</td> </tr> <tr> <td>6</td> <td>If f(x)=1(x2-50), what is f(-5)?</td> <td>A</td> </tr> </table> </div> </div>
.custab{ border: 1px solid #ccc; padding: 5px; margin: 5% 0; box-shadow: 3px 3px 2px #ccc; transition: 0.5s; } .custab:hover{ box-shadow: 3px 3px 0px transparent; transition: 0.5s; }

Related: See More


Questions / Comments: