My goal is to utilize the height property with percentages, however it seems to be ineffective. I desire to use percentages so that the layout appears well in various resolutions.
<div id="bloque_1" style="height: 80%;background: red">
</div>
Can anyone provide guidance on how to make this function properly?