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