Hey there! I'm a newbie when it comes to using Bootstrap and I'm currently struggling to create a panel template. I feel like I'm going nowhere fast with this, so could someone please guide me on how to complete the rest of it? I'm almost there but just need some assistance wrapping up the final details.
https://i.sstatic.net/ljDfa.jpg
<div id="mainContainer" class="container">
<div class="panel panel-default">
<div class="panel-heading">Panel Title</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<div class="panel panel-default">
<div class="panel-heading">Item 01</div>
<div class="panel-body"><img src="http://placehold.it/150x150" alt="" class="img-responsive" />
</div>
</div>
</div>
</div>
</div>
</div>
Thank you all for your support and guidance!