Master, why is the div not centered after I give it a random width with margin:auto?
<section style="width:100%; float:left;"> <div style="width:1000px; height:500px; background:#f00; margin:0 auto;"></div> </section>
Is this so?
Is this so?