My question today is this:
Can I put a larger col-md into a smaller one?
For example:
<div class="col-md-6 ">
<div class="col-md-12">
<p> Texto aqui</p>
</div>
</div>
My logic: The second div would occupy 100% of the first. I just want to know if I'm right.