3
I’m using jsfiddle to learn bootstrap, but I’m having trouble getting content to appear on the same line. my jsffidle content is appearing in two rows (wanted a row and 2 columns)
<div class="container">
<div class="row">
<div class="col-md-6" style="background-color: red;">
<h4>teste</h4>
</div>
<div class="col-md-6" style="background-color: black;">
<h4>teste</h4>
</div>
</div>
</div>
my jdfiddle: