css 冷CSS-gradients.css
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 冷CSS-gradients.css相关的知识,希望对你有一定的参考价值。
.paypal-blue {
background-color: #009cde;
background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}
.virgin-pink {
background: linear-gradient(to bottom,rgba(191,33,112,1) 0,rgba(198,32,104,1) 19%,rgba(218,30,80,1) 77%,rgba(218,30,80,1) 94%);
}
.ib-green {
background: linear-gradient(50deg, rgba(21, 217, 188, 0.65) 0%, rgba(157, 245, 110, 0.65) 100%);
}
以上是关于css 冷CSS-gradients.css的主要内容,如果未能解决你的问题,请参考以下文章
CSS3你可能不知道的冷知识
CSS3
推荐系统冷启动
深度 | 推荐系统如何冷启动?
推荐系统-冷启动问题
推荐系统-冷启动问题