https://i.sstatic.net/SuGiM.png
I am looking to convert the grid layout shown above into the grid layout displayed below. To achieve the above layout, I have used the following grid structure:
<div className="row">
<div className="col-md-6">100</div>
<div className="col-md-6">100</div>
<div className="col-md-6">100</div>
<div className="col-md-6">100</div>
<div className="col-md-6">100</div>
<div className="col-md-6">100</div>
</div>
Although for a simple 2-column layout we can replace col-md-2 with col-md-6, I have a more intricate arrangement.