SOURCE

console 命令行工具 X clear

                    
>
console
<div class="test"></div>
.test{
  
  position:absolute;
width:200px;
height:200px;
top:50%;
left:50%;
margin-left:-100px;
height:-100px;
z-index:1000;
}