色付き枠
<div class="alert alert-success" role="alert">色付き枠色付き枠色付き枠</div>
<div class="alert alert-info" role="alert">色付き枠色付き枠色付き枠</div>
<div class="alert alert-warning" role="alert">色付き枠色付き枠色付き枠</div>
表組(2列)
<table class="table table-bordered"> <tr> <th class="active">ここに項目名</th> <td>ここに内容</td> </tr> <tr> <th class="active">ここに項目名</th> <td>ここに内容</td> </tr> <tr> <th class="active">ここに項目名</th> <td>ここに内容</td> </tr> </table>