SOURCE

console 命令行工具 X clear

                    
>
console
<div class="div">点我</div>
.div{
    /* background: center center #4A54FF; */
    width: 200px;
    height:100px;
    border-radius: 100px;
    /* background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); */
    /* background: linear-gradient(315deg,#6772FF 0,#00F9E5 100%); */
    background: linear-gradient(315deg,#80397b 0,#d6a6d3 100%);
}