Center a Div Vertically

<div style=”position:relative”>
<div style=”height:100px; position:absolute; top:50%; margin-top:-50px”>
</div>
</div>

Leave a Reply

Your email address will not be published. Required fields are marked *