Table

Modern and simple table

Normal table

DateFollowingFollowerTweet
3/10/235623245
3/11/236231267
3/12/236751335


<table class="table">
  <thead>
    <tr>
      <th>data</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>data</td>
    </tr>
  </tbody>
</table>
            

Stripe

DateFollowingFollowerTweet
3/13/236950346
3/14/237156372


<table class="table stripe">
  <thead>
    <tr>
      <th>data</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>data</td>
    </tr>
  </tbody>
</table>
            

Text align

Center

DateFollowingFollowerTweet
3/15/238463373

Right

DateFollowingFollowerTweet
3/16/238568386