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"><
相关文章
相关标签/搜索