SOURCE

console 命令行工具 X clear

                    
>
console
<h2>display: block;</h2>
<div class="box-block"></div>
.box-block{
    display: block;
    background-color: rgba(0, 0, 20, .4);
    width: 100px;
    height: 100px; 
}