Panels
A panel in bootstrap is a bordered box with some padding around its content:
A Basic Panel
Panels are created with the
.panel class, and content inside the panel has a .panel-body class:Example
<div class="panel panel-default">
<div class="panel-body">A Basic Panel</div>
</div>
0 comments:
Post a Comment