css居中,margin_and_position

首先父元素确定是要相对定位的,其次咱们上下左右居中的元素的css以下:css

width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
相关文章
相关标签/搜索