[Bootstrap] Bootstrap4 card 改得像 bootstrap 3的panel

如標題  最近開始使用

 請拿去參考...

<div class="card  ">
  <div class="card-header text-white bg-primary">Header</div>
  <div class="card-body">
    <h4 class="card-title">Primary card title</h4>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
  </div>
</div>

以上文章僅用紀錄資料使用.....