SOURCE

console 命令行工具 X clear

                    
>
console
<div class="father">
    <div class="son">
        
    </div>
</div>
.father{
    width:300px;
    height:300px;
    border:1px solid red;

}


.son{
    width:200px;
    height:200px;
    background-color:pink;
}