SOURCE

console 命令行工具 X clear

                    
>
console
<div id="div"></div>
#div{
  width:100px;
  height:100px;
  border: 10px dashed transparent;
  border-image: linear-gradient(to top, blue, red);
  border-image-slice: 5;
}