I have simple layout in HTML
using Bootstrap
like so
<div class='row'>
<div class="col-6">
<div class="col-2">
FOO
</div>
<div class="col-4">
BAR
</div>
</div>
</div>
I expected it be FOO and BAR next to each other, but it is not so? Why? Can someone help me with this?
Here is a Demo