居中佈局

水平居中和垂直居中 水平居中方法1(margin:0 auto): <div style="width: 300px ; height:300px; background-color: red ;"> <div style="width: 100px;height:100px;background-color: yellow ; margin: 0 auto"></div> </div>
相關文章
相關標籤/搜索