this is the code I have:
<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 deploy 3.5ghz+ nodes powered by ultra fast solid state drives, topped off with a 1-click mod installer to provide the ultimate Minecraft experience.</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>Our Minecraft servers are completely free; we have no hidden fees, and don't ask for any payment information. As the old saying goes, "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>We utilize a combination of TCAdmin V2, and McMyAdmin. This allows for the streamline access and management of your server.</p>
</div>
</div>
</div>
I just can't seem to get the boxes to be the same height. I've tried bootstrap's solution using the eq height class, but it causes the boxes to connect to one another. I've also tried flex box, to no avail.
I'm been struggling with this for the past few days, hopefully you guys can help me out.