I'm really new in html
This is my code
<div class="w3-row">
<div class="w3-container w3-half w3-padding-64 w3-orange w3-text-white w3-center" style="height:100%">
<p style="font-size:calc(11px + 1vw);"> OUR <b>VISION</b></br></br>
To become the best foundation that is able to nurture holistic global leaders</p>
</div>
<div class="w3-container w3-half w3-padding-64 w3-orange w3-text-white w3-center" style="height:100%">
<p style="font-size:calc(11px + 1vw);"> OUR <b>MISSION</b></br></br>
Developing young muslim leaders by nurturing entrepreneurial mindset in order to provide the best
solution for mankind through Islamic values</p>
</div>
</div>
So I have 2 column in a row. This is what happened
my first column leaves empty white space below it
Is there any way to have both my columns to extend to 100% parent div's height?