Create responsive layouts quickly with Bootstrap grid, utilities, components, and theming.
Lessons
Show loading skeletons before content arrives.
Placeholders is easiest to learn by reading the example, changing it, and observing the result.
<div class="card" aria-hidden="true">
<div class="card-body">
<h5 class="card-title placeholder-glow"><span class="placeholder col-6"></span></h5>
<p class="placeholder-glow">
<span class="placeholder col-7"></span>
<span class="placeholder col-4"></span>
</p>
<a class="btn btn-primary disabled placeholder col-4" aria-disabled="true"></a>
</div>
</div>Practice the Placeholders example in a small scratch file, then explain what changed and why.