I have a div in the main of my website that i would like to over ride some of the header and hide the bottom part of the header. in the example below, i would like the blue square the be 20px higher and hide the bottom of the header. i will appreciate any help.
<div class="header" style="height: 200px;width: 100%;background: yellow;"></div>
<div class="main" style="height: 800px;background: orange">
<div class="text" style="height: 100px;width: 50px;background: blue;"></div>
</div>
Thank you