How can give third child div within one parent div
Posted
by Mubeen
on Stack Overflow
See other posts from Stack Overflow
or by Mubeen
Published on 2010-06-14T04:25:46Z
Indexed on
2010/06/14
4:52 UTC
Read the original article
Hit count: 292
I have one Parent div. Top of the Parent div contains two child divs. How can i give third child div below the first child div
<div class=parent1>
<div class=child1>some text</div> /*this is in top left of the parent div */
<div class=child2>some text</div> /*this is in top right of the parent div */
<div class=child3>some text</div> /*how can i write css for this div come as left bottom*/
© Stack Overflow or respective owner