CSS-15.盒子居中和內容居中

盒子居中 實例演示: <style> .all{ border: 1px solid ; height: 500px; width: 500px; background-color: red; margin: 0 auto; } .content{ width: 200px; height: 200px; background-color: green; margin: 150px auto; }
相關文章
相關標籤/搜索