I managed to recreate the following screenshot using Bootstrap 4.1:
https://i.sstatic.net/fXaSt.png
Check out this fiddle for my attempt, although the alignment of the images is not quite right.
The HTML code I used in the fiddle to replicate the screenshot:
<div class="container text-center border">
<div class="hello_world">
<img src="https://image.ibb.co/fxj2nJ/image1.png" alt="image1">
<img src="https://image.ibb.co/gZyHMd/image2.png" alt="image2">
<img src="https://image.ibb.co/mGTpZy/image3.png" alt="image3">
<img src="https://image.ibb.co/bZkKZy/image4.png" alt="image4">
<img src="https://image.ibb.co/dF42nJ/image5.png" alt="image5">
</div>
Issue at Hand:
I'm trying to figure out how to utilize the bootstrap grid system to achieve a layout similar to the screenshot above. With 5 images to display, I'm unsure of how to divide them up within the grid system's total of 12 columns.