Recently, I decided to try my hand at creating a 12 column layout with Bootstrap. However, despite following tutorials, my Divs are stacking on top of each other instead of aligning in a row layout with spans as expected. It's quite puzzling and I could use some assistance.
<body>
<div class="row">
<div class="span6">Text 123456</div>
<div class="span6">Text 123456</div>
</div>
</body>
I have created a fiddle using Chrome and Firefox if anyone wants to take a look: http://jsfiddle.net/vshtmczf/