【2016.12.02】CSS中的一些黑科技

1、鼠标移进网页里,不见了= =

*{
    cursor: none!important;
}

2、简单的文字模糊效果

*{ 
    color: transparent;
    text-shadow: #111 0 0 5px;
}

 

posted @ 2016-12-02 23:37  杉哥  阅读(155)  评论(1)    收藏  举报