tables.html 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- meta tags -->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="Bootstrap UI Kit">
  8. <meta name="keywords" content="ui kit">
  9. <meta name="author" content="UIdeck">
  10. <title>Tables - Helium Bootstrap 4 UI Kit</title>
  11. <!-- CSS Files -->
  12. <link rel="stylesheet" href="css/bootstrap.min.css">
  13. <link rel="stylesheet" href="css/main.css">
  14. <link rel="stylesheet" href="css/animate.css">
  15. <link rel="stylesheet" href="css/owl.carousel.css">
  16. <link rel="stylesheet" href="css/owl.theme.css">
  17. <link rel="stylesheet" href="css/responsive.css">
  18. <!-- Fonts icons -->
  19. <link rel="stylesheet" href="css/font-awesome.min.css">
  20. </head>
  21. <body>
  22. <!-- Page Wrapper Start -->
  23. <div class="wrapper">
  24. <!-- Content Area Start -->
  25. <div id="content">
  26. <div class="container">
  27. <div class="row">
  28. <div class="col-md-12">
  29. <div class="page-header-title">
  30. <h2 class="heading-title text-center">Table Styles</h2>
  31. </div>
  32. <!-- Table Style 1 -->
  33. <div class="table-style1">
  34. <div class="sub-title">
  35. <span>Table Style #1</span>
  36. </div>
  37. <div class="table-responsive mtb">
  38. <table class="table table-bordered table-1 ">
  39. <thead>
  40. <tr>
  41. <th>Heading 1</th>
  42. <th>Heading 2</th>
  43. <th>Heading 3</th>
  44. <th>Heading 4</th>
  45. <th>Heading 5</th>
  46. </tr>
  47. </thead>
  48. <tbody>
  49. <tr>
  50. <td>Row 1 Column 1</td>
  51. <td>Row 1 Column 2</td>
  52. <td>Row 1 Column 3</td>
  53. <td>Row 1 Column 4</td>
  54. <td>Row 1 Column 5</td>
  55. </tr>
  56. <tr>
  57. <td>Row 2 Column 1</td>
  58. <td>Row 2 Column 2</td>
  59. <td>Row 2 Column 3</td>
  60. <td>Row 2 Column 4</td>
  61. <td>Row 2 Column 5</td>
  62. </tr>
  63. <tr>
  64. <td>Row 3 Column 1</td>
  65. <td>Row 3 Column 2</td>
  66. <td>Row 3 Column 3</td>
  67. <td>Row 3 Column 4</td>
  68. <td>Row 3 Column 5</td>
  69. </tr>
  70. <tr>
  71. <td>Row 4 Column 1</td>
  72. <td>Row 4 Column 2</td>
  73. <td>Row 4 Column 3</td>
  74. <td>Row 4 Column 4</td>
  75. <td>Row 4 Column 5</td>
  76. </tr>
  77. <tr>
  78. <td>Row 5 Column 1</td>
  79. <td>Row 5 Column 2</td>
  80. <td>Row 5 Column 3</td>
  81. <td>Row 5 Column 4</td>
  82. <td>Row 5 Column 5</td>
  83. </tr>
  84. </tbody>
  85. </table>
  86. </div>
  87. </div>
  88. <div class="mb-60">&nbsp;</div>
  89. <!-- Table Style 2 -->
  90. <div class="table-style2">
  91. <div class="sub-title">
  92. <span>Table Style #2</span>
  93. </div>
  94. <div class="table-responsive mtb">
  95. <table class="table table-bordered table-2 table-striped">
  96. <thead>
  97. <tr>
  98. <th>Heading 1</th>
  99. <th>Heading 2</th>
  100. <th>Heading 3</th>
  101. <th>Heading 4</th>
  102. <th>Heading 5</th>
  103. </tr>
  104. </thead>
  105. <tbody>
  106. <tr>
  107. <td>Row 1 Column 1</td>
  108. <td>Row 1 Column 2</td>
  109. <td>Row 1 Column 3</td>
  110. <td>Row 1 Column 4</td>
  111. <td>Row 1 Column 5</td>
  112. </tr>
  113. <tr>
  114. <td>Row 2 Column 1</td>
  115. <td>Row 2 Column 2</td>
  116. <td>Row 2 Column 3</td>
  117. <td>Row 2 Column 4</td>
  118. <td>Row 2 Column 5</td>
  119. </tr>
  120. <tr>
  121. <td>Row 3 Column 1</td>
  122. <td>Row 3 Column 2</td>
  123. <td>Row 3 Column 3</td>
  124. <td>Row 3 Column 4</td>
  125. <td>Row 3 Column 5</td>
  126. </tr>
  127. <tr>
  128. <td>Row 4 Column 1</td>
  129. <td>Row 4 Column 2</td>
  130. <td>Row 4 Column 3</td>
  131. <td>Row 4 Column 4</td>
  132. <td>Row 4 Column 5</td>
  133. </tr>
  134. <tr>
  135. <td>Row 5 Column 1</td>
  136. <td>Row 5 Column 2</td>
  137. <td>Row 5 Column 3</td>
  138. <td>Row 5 Column 4</td>
  139. <td>Row 5 Column 5</td>
  140. </tr>
  141. </tbody>
  142. </table>
  143. </div>
  144. </div>
  145. <div class="mb-60">&nbsp;</div>
  146. <!-- Table Style 3 -->
  147. <div class="table-style3">
  148. <div class="sub-title">
  149. <span>Default Styles #3</span>
  150. </div>
  151. <div class="table-responsive mtb">
  152. <table class="table table-hover">
  153. <thead>
  154. <tr>
  155. <th>#</th>
  156. <th>First Name</th>
  157. <th>Last Name</th>
  158. <th>Username</th>
  159. </tr>
  160. </thead>
  161. <tbody>
  162. <tr>
  163. <th scope="row">1</th>
  164. <td>Mark</td>
  165. <td>Otto</td>
  166. <td>@mdo</td>
  167. </tr>
  168. <tr>
  169. <th scope="row">2</th>
  170. <td>Jacob</td>
  171. <td>Thornton</td>
  172. <td>@fat</td>
  173. </tr>
  174. <tr>
  175. <th scope="row">3</th>
  176. <td colspan="2">Larry the Bird</td>
  177. <td>@twitter</td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <div class="mb-60">&nbsp;</div>
  182. <table class="table">
  183. <thead class="thead-inverse">
  184. <tr>
  185. <th>#</th>
  186. <th>First Name</th>
  187. <th>Last Name</th>
  188. <th>Username</th>
  189. </tr>
  190. </thead>
  191. <tbody>
  192. <tr>
  193. <th scope="row">1</th>
  194. <td>Mark</td>
  195. <td>Otto</td>
  196. <td>@mdo</td>
  197. </tr>
  198. <tr>
  199. <th scope="row">2</th>
  200. <td>Jacob</td>
  201. <td>Thornton</td>
  202. <td>@fat</td>
  203. </tr>
  204. <tr>
  205. <th scope="row">3</th>
  206. <td>Larry</td>
  207. <td>the Bird</td>
  208. <td>@twitter</td>
  209. </tr>
  210. </tbody>
  211. </table>
  212. <div class="mb-60">&nbsp;</div>
  213. <table class="table">
  214. <thead class="thead-default">
  215. <tr>
  216. <th>#</th>
  217. <th>First Name</th>
  218. <th>Last Name</th>
  219. <th>Username</th>
  220. </tr>
  221. </thead>
  222. <tbody>
  223. <tr>
  224. <th scope="row">1</th>
  225. <td>Mark</td>
  226. <td>Otto</td>
  227. <td>@mdo</td>
  228. </tr>
  229. <tr>
  230. <th scope="row">2</th>
  231. <td>Jacob</td>
  232. <td>Thornton</td>
  233. <td>@fat</td>
  234. </tr>
  235. <tr>
  236. <th scope="row">3</th>
  237. <td>Larry</td>
  238. <td>the Bird</td>
  239. <td>@twitter</td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. </div>
  244. </div>
  245. </div>
  246. </div>
  247. </div>
  248. </div>
  249. <!-- Content Area End -->
  250. <div class="text-center">Love this UI Kit? Get more Free and Premium <a href="https://rebrand.ly/uideck-uikits">Bootstrap UI Kits</a> and <a href="https://rebrand.ly/uideck-themes">Bootstrap Templates</a></div>
  251. </div>
  252. <!-- Page Wrapper End -->
  253. <!-- jQuery first, then Tether, then Bootstrap JS. -->
  254. <script src="js/jquery.min.js"></script>
  255. <script src="js/popper.min.js"></script>
  256. <script src="js/bootstrap.min.js"></script>
  257. <script src="js/owl.carousel.min.js"></script>
  258. <script src="js/form-validator.min.js"></script>
  259. <script src="js/contact-form-script.js"></script>
  260. <script src="js/main.js"></script>
  261. </body>
  262. </html>