Hello everyone,
Im looking at a page, and Im completely new to Bootstraps.
I want to create columns in a fixed container.
I need to have a picture centered in the middle column which is as big as both of the side columns.
But I just don´t succeed. I think Im missing something. Thank you in advance.
So now I have:
<div class="row">
<div class="col-xs-2">
</div>
<div class="col-xs-8">
<div class="picture">
//<img src>
</div>
</div>
<div class="col-xs-2">
</div>
</div>