SOURCE

console 命令行工具 X clear

                    
>
console
<div class="box1">fff</div>
<div class="box2">fff</div>
div{
  width: 100px;
  height: 100px;
  margin: 10px;
}
.box1{
  background: red;
}
.box2{
  background: pink;
}