Images


Responsive Images

image
<img src="" alt="image" class="img-fluid">

Image thumbnails

image
<img src="" alt="image" class="img-thumbnail">

Aligning images

image image
<img src="" class="rounded float-start" alt="image" width="200px">
<img src="" class="rounded float-end" alt="image" width="200px">
image
<img src="" class="rounded mx-auto d-block"" alt="image" width="200px">
image
<img src="" class="rounded mx-auto d-block"" alt="image" width="200px">