Is there a way to make all columns the same height so they match each other? Below is the HTML code for 3 columns:
<div class="container">
<div class="row">
<div class="col-md-4 list-group">
<a href="" class="list-group-item">asd</a>
<a href="" class="list-group-item">asd</a>
<a href="" class="list-group-item">asd</a>
</div>
<div class="col-md-4 list-group">
<a href="" class="list-group-item">asd</a>
<a href="" class="list-group-item">asd</a>
</div>
<div class="col-md-4 list-group">
<a href="" class="list-group-item">asd</a>
</div>
</div>
</div>
https://i.sstatic.net/ZncTy.png
To achieve a layout like this, click here: https://i.sstatic.net/GomjB.png