Advertisement
Shell_Casing

tables

Dec 24th, 2018
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.71 KB | None | 0 0
  1.  <div id="tableContainer" class="row mx-auto align-content-center align-items-center" style="display: none; width: 100%">
  2.             <!--<div class="row mx-auto align-content-center align-items-center">-->
  3.  
  4.                 <!--<div class="col mx-auto align-content-center align-items-center" style="width: 25%">-->
  5.                     <table id="table" class="table table-striped table-bordered" style="width: 25%">
  6.                         <caption id="tableCaption" style="caption-side:top" class="text-center text-capitalize"></caption>
  7.                         <thead>
  8.                         <tr>
  9.                             <th>TimeStamp</th> <th>Value</th> <th>Quality</th>
  10.                         </tr>
  11.                         </thead>
  12.  
  13.                     </table>
  14.                 <!--</div>-->
  15.  
  16.                 <!--<div class="col mx-auto align-content-center align-items-center" style="width: 25%">-->
  17.                     <table id="table2" class="table table-striped" style="width: 25%">
  18.                         <caption id="tableCaption2" style="caption-side:top" class="text-center text-capitalize"></caption>
  19.                         <thead>
  20.                         <tr>
  21.                             <th>TimeStamp</th> <th>Value</th> <th>Quality</th>
  22.                         </tr>
  23.                         </thead>
  24.  
  25.                     </table>
  26.                 <!--</div>-->
  27.  
  28.             <!--</div>-->
  29.  
  30.  
  31.             <!--<div class="row mx-auto align-content-center align-items-center">-->
  32.  
  33.                 <!--<div class="col mx-auto align-content-center align-items-center" style="width: 25%">-->
  34.                     <table id="table3" class="table table-striped" style="width: 25%">
  35.                         <caption id="tableCaption3" style="caption-side:top" class="text-center text-capitalize"></caption>
  36.                         <thead>
  37.                         <tr>
  38.                             <th>TimeStamp</th> <th>Value</th> <th>Quality</th>
  39.                         </tr>
  40.                         </thead>
  41.  
  42.                     </table>
  43.                 <!--</div>-->
  44.  
  45.                 <!--<div class="col mx-auto align-content-center align-items-center" style="width: 25%">-->
  46.                     <table id="table4" class="table table-striped" style="width: 25%">
  47.                         <caption id="tableCaption4" style="caption-side:top" class="text-center text-capitalize"></caption>
  48.                         <thead>
  49.                         <tr>
  50.                             <th>TimeStamp</th> <th>Value</th> <th>Quality</th>
  51.                         </tr>
  52.                         </thead>
  53.  
  54.                     </table>
  55.                 <!--</div>-->
  56.  
  57.             <!--</div>-->
  58.  
  59.  
  60.  
  61.  
  62.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement