CSS设置div在屏幕中居中

div{
        text-align: center;
        margin:auto;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        height: 70%;
        width: 50%;
        background-color: #D1EEEE;
}

你可能感兴趣的:(网站)