For a project, I need to create inline images like the following:
https://i.sstatic.net/J3oep.png
This is my code snippet:
<div class="col-lg-6">
<h2>Exchange</h2>
</div>
...
When I expected them to be displayed inline, they ended up looking like this. I thought using col 6 would make them display next to each other: