Chinaunix首页 | 论坛 | 博客
  • 博客访问: 461210
  • 博文数量: 226
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2111
  • 用 户 组: 普通用户
  • 注册时间: 2014-06-20 09:02
个人简介

web web web

文章分类

全部博文(226)

文章存档

2020年(2)

2019年(1)

2018年(3)

2017年(26)

2016年(57)

2015年(60)

2014年(77)

我的朋友

分类: Web开发

2015-06-01 09:02:50


  1. .toLeft {
  2.   background-image:-webkit-linear-gradient(to left, red, orange,yellow,green,blue,indigo,violet);
  3.   background-image:linear-gradient(to left, red, orange,yellow,green,blue,indigo,violet);
  4. }
  5. .toRight {
  6.   background-image:-webkit-linear-gradient(to right, red, orange,yellow,green,blue,indigo,violet);
  7.   background-image:linear-gradient(to right, red, orange,yellow,green,blue,indigo,violet);
  8. }
  9. .toTop {
  10.   background-image:-webkit-linear-gradient(to top, red, orange,yellow,green,blue,indigo,violet);
  11.   background-image:linear-gradient(to top, red, orange,yellow,green,blue,indigo,violet);
  12. }
  13. .toBottom {
  14.   background-image:-webkit-linear-gradient(to bottom, red, orange,yellow,green,blue,indigo,violet);
  15.   background-image:linear-gradient(to bottom, red, orange,yellow,green,blue,indigo,violet);
  16. }

阅读(549) | 评论(0) | 转发(0) |
0

上一篇:给网页标题添加logo

下一篇:CSS sprite

给主人留下些什么吧!~~