Guest User

Untitled

a guest
Aug 15th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <div class="features" id="blog">
  2. <div class="container">
  3. <h4 class="text-center">------------------x------------------</h4>
  4. <h1 class="text-center">Enhanced Features</h1>
  5. <h4 class="text-center">------------------x------------------</h4>
  6. <p style="margin-bottom: 3em;">Hot on the heels of v4.1.2, we’re shipping another patch release to address an issue with our browserslist config, fix some CSS bugs, make JavaScript plugins UMD ready, and improve form control rendering. Up next will be v4.2, our second minor release where we add some new features.Hot on the heels of v4.1.2, we’re shipping another patch release to address an issue with our browserslist config, fix some CSS bugs, make JavaScript plugins UMD ready, and improve form control rendering. Up next will be v4.2, our second minor release where we add some new features.</p>
  7. <div class="row">
  8. <div class="col-md-6 col-lg-6 col-sm-12" >
  9. <table class="table table-dark space">
  10. <thead>
  11. <tr>
  12. <th></th>
  13. <th>
  14.  
  15. </th>
  16. <th style="text-align: left"> Bootstrap 3</th>
  17. </tr>
  18. <tr>
  19. <th>Size</th>
  20. <th>Device</th>
  21. <th>Class</th>
  22. </tr>
  23. </thead>
  24. <tbody>
  25. <tr>
  26. <td>John</td>
  27. <td>Doe</td>
  28. <td>john@example.com</td>
  29. </tr>
  30. <tr>
  31. <td>Mary</td>
  32. <td>Moe</td>
  33. <td>mary@example.com</td>
  34. </tr>
  35. <tr>
  36. <td>July</td>
  37. <td>Dooley</td>
  38. <td>july@example.com</td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. </div>
  43. <div class="col-md-6 col-lg-6 col-sm-12">
  44. <table class="table table-dark space ">
  45. <thead>
  46. <tr>
  47. <th></th>
  48. <th></th>
  49. <th style="text-align:left">Bootstrap 4</th></tr>
  50. <tr>
  51. <th>Size</th>
  52. <th>Device</th>
  53. <th>Class</th>
  54. </tr>
  55. </thead>
  56. <tbody>
  57. <tr>
  58. <td>John</td>
  59. <td>Doe</td>
  60. <td>john@example.com</td>
  61. </tr>
  62. <tr>
  63. <td>Mary</td>
  64. <td>Moe</td>
  65. <td>mary@example.com</td>
  66. </tr>
  67. <tr>
  68. <td>July</td>
  69. <td>Dooley</td>
  70. <td>july@example.com</td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. </div>
  75. </div>
  76. </div>
Add Comment
Please, Sign In to add comment