CSS实现子元素div水平垂直居中

div基本布局css <div class="main"> <div class="center"></div> </div> css样式 1. 配合定位与margin:auto 父元素加相对定位,子元素加绝对定位html .main{ width: 300px; height: 300px; background-color: red; position
相关文章
相关标签/搜索