I have a div and a child div within it and I want the child div vertically aligned
example code:
Code: Select all
<div style="width:400px; height:400px">
<div style="width:200px; height:200px">i am the child div; help me vertically aligned within my parent div</div>
</div>