Create responsive layouts quickly with Bootstrap grid, utilities, components, and theming.
Lessons
Make images responsive, rounded, and thumbnail-styled.
Images 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 Images example in a small scratch file, then explain what changed and why.