【2016.12.02】CSS中的一些黑科技

一、鼠標移進網頁裏,不見了= =

*{
    cursor: none!important;
}

二、簡單的文字模糊效果

*{ 
    color: transparent;
    text-shadow: #111 0 0 5px;
}
相關文章
相關標籤/搜索