<style>
:-webkit-full-screen {
-webkit-filter: grayscale(1);
filter: grayscale(1)
}
:-ms-fullscreen {
filter: grayscale(1)
}
:fullscreen {
-webkit-filter: grayscale(1);
filter: grayscale(1)
}
html {
-webkit-filter: grayscale(1);
filter: grayscale(1)
}
</style>
html5+css3,web前端内容推荐
- (转载)jQuery attr() prop() data()用法及区别
- contenteditable 自动获取光标且光标定位到最后的方法
- 前端项目本地调试远程接口(解决跨域问题)
- 高并发Web服务的演变——节约系统内存和CPU
- js正则删除除数字跟逗号以外的所有字符
- 封装一个count方法,能实现如此调用:count(a)(b)(c)(d)(e)… 并且返回的值为参数连乘的结果,即a*b*c*d*e*
- ASP.NET MVC The following errors occurred while attempting to load the app的问题
- AngularJS开发指南31:测试服务
0 条评论。