把网站变灰色,变怀旧感

下载地址已下载 0 次

服务协议

文章介绍
发表评论
更新日志
历史版本

代码放到  全局 : html > head (css)

1.灰色滤镜(默哀感)

2.色相反转(诡异感)

3.岁月痕迹(怀旧感)

<style>
html{
    -webkit-filter: sepia(100%);  
    -moz-filter:sepia(100%);
    -o-filter: sepia(100%);
    -ms-filter: sepia(100%);
    filter: sepia(100%); 
}
</style>

4.暗黑系(神秘感)

 

THE END
© 版权声明
点赞9 分享
暂无内容
暂无更新日志
暂无内容
暂无历史版本

把网站变灰色,变怀旧感

代码放到  全局 : html > head (css)

1.灰色滤镜(默哀感)

2.色相反转(诡异感)

3.岁月痕迹(怀旧感)

<style>
html{
    -webkit-filter: sepia(100%);  
    -moz-filter:sepia(100%);
    -o-filter: sepia(100%);
    -ms-filter: sepia(100%);
    filter: sepia(100%); 
}
</style>

4.暗黑系(神秘感)

 

© 版权声明
THE END
点赞9 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容