博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
部分浏览器版本支持渐变背景色
阅读量:6155 次
发布时间:2019-06-21

本文共 589 字,大约阅读时间需要 1 分钟。

  hot3.png

.box_gradient{    background-color: #142849;    background-image:-webkit-gradient(linear, left top, left bottom, from(#142849), to(#142849));/* Safari 4+, Chrome */    background-image:-webkit-linear-gradient(top, #142849, #142849);/* Chrome 10+, Safari 5.1+, iOS 5+ */    background-image:-moz-linear-gradient(top, #142849, #142849);/* Firefox 3.6-15 */    background-image:-o-linear-gradient(top, #142849, #142849);/* Opera 11.10-12.00 */    background-image:linear-gradient(to bottom, #142849, #142849);/* Firefox 16+, IE10, Opera 12.50+ */}

 

转载于:https://my.oschina.net/anhoo/blog/760028

你可能感兴趣的文章
登记申请汇总
查看>>
Android Jni调用浅述
查看>>
CodeCombat森林关卡Python代码
查看>>
第一个应用程序HelloWorld
查看>>
(二)Spring Boot 起步入门(翻译自Spring Boot官方教程文档)1.5.9.RELEASE
查看>>
Shell基础之-正则表达式
查看>>
JavaScript异步之Generator、async、await
查看>>
讲讲吸顶效果与react-sticky
查看>>
c++面向对象的一些问题1 0
查看>>
售前工程师的成长---一个老员工的经验之谈
查看>>
Get到的优秀博客网址
查看>>
老男孩教育每日一题-第107天-简述你对***的理解,常见的有哪几种?
查看>>
Python学习--time
查看>>
在OSCHINA上的第一篇博文,以后好好学习吧
查看>>
Spring常用注解
查看>>
linux:yum和apt-get的区别
查看>>
Sentinel 1.5.0 正式发布,引入 Reactive 支持
查看>>
数据库之MySQL
查看>>
2019/1/15 批量删除数据库相关数据
查看>>
数据类型的一些方法
查看>>