Thursday, May 24, 2018

Show the structure of Bootstrap Panels.

Bootstrap Panels

 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>

No comments:

Post a Comment