What is the process for creating a grid of images using bootstrap?
This is what I encountered when attempting to use the following code
<div class="row">
<div class="col">
<div class="thumbnail">
<img src="https://scx2.b-cdn.net/gfx/news/hires/2019/2-nature.jpg">
</div>
</div>
</div>
I am still in the early stages of learning HTML, CSS, and bootstrap, finding satisfaction in the progress made.
I hope to achieve a grid layout similar to the thumbnail displayed in the image below