Hi people,
How do I set the spacing of the top of a div from the div that contains it? Can someone please help me with the css code to do so.
How do I set the spacing of the top of a div from the div that contains it? Can someone please help me with the css code to do so.
Code:
<div id="outer"> <div> id="inner"> </div> </div>
Comment