css 應用之 - margin的妙用

margin 實現居中 在限定盒子寬度的前提下.css <style> .conatiner{} .inner{ width:100px; height:100px; background:orange; margin-left:auto; margin-right:auto; } </style> <div class="container"> <div class="inner"><
相關文章
相關標籤/搜索