Twiter Bootstrap Question: Given the image below, how do I mark up the 3 red containers so that they are fluid and responsive? Can I define a container/row inside a span*
? Not sure how to tackle such a layout.
Sure you can nest rows inside other spans as deep as you like.
<div class="container-fluid">
<div class="row-fluid">
<div class="span9">
<div class="span4"></div>
<div class="span4"></div>
<div class="span4"></div>
</div>
<div class="span3"></div>
</div>
</div>
that should work for your 3 containers inside the 9 row.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With