I am trying this code to divide columns, but i am unable to divide. colors are not important
<div class="row">
<div class="col-sm-2" style="background: red;height: 20vh;"></div>
<div class="col-sm-6" style="background: blue;height: 20vh;"></div>
<div class="col-sm-4" style="background: pink;height: 50vh;"></div>
</div>
<div class="row">
<div class="col-sm-5" style="background: green;height: 20vh;"></div>
<div class="col-sm-3" style="background: red;height: 20vh;"></div>
</div>
my expected output is: