SOURCE

console 命令行工具 X clear

                    
>
console
<div></div>
div {
    background-color: skyblue;
    width: 100px;
    height: 100px;

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}