Create responsive layouts quickly with Bootstrap grid, utilities, components, and theming.
Lessons
Pair images with captions using figure components.
Figures is easiest to learn by reading the example, changing it, and observing the result.
<img src="/img/cover.jpg" class="img-fluid rounded" alt="Responsive cover">
<figure class="figure">
<img src="/img/lesson.jpg" class="figure-img img-fluid rounded" alt="Lesson">
<figcaption class="figure-caption">A Bootstrap lesson preview.</figcaption>
</figure>Practice the Figures example in a small scratch file, then explain what changed and why.