I need assistance in constructing a CSS layout.
The HTML structure is as follows:
<div class="header"></div>
<div class="content">
<div class="left"></div>
<div class="right"></div>
</div>
Could someone provide help on creating the necessary css classes?
Edit1: Both Header and Main content should occupy full screen height.