Here is the code snippet I am currently working with:
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-tasks"></i> Extreme Performance</h4>
</div>
<div class="panel-body">
<p>We offer top-notch Minecraft experience with our 3.5ghz+ nodes, ultra fast solid state drives, and a 1-click mod installer.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-gift"></i> Completely Free</h4>
</div>
<div class="panel-body">
<p>Enjoy our completely free Minecraft servers without any hidden fees or payment information requirement - because the best things in life are free!</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-cog"></i> Easy to Use</h4>
</div>
<div class="panel-body">
<p>With TCAdmin V2 and McMyAdmin, managing your server is effortless and efficient.</p>
</div>
</div>
</div>
I have been trying to make all the boxes equal in height without them connecting using Bootstrap's eq height class and flex box with no success. Any suggestions on how to resolve this issue would be greatly appreciated!
Thank you for your help!