您现在的位置是:网站首页> 编程资料编程资料
css3 给背景设置渐变色的方法_css3_CSS_网页制作_
2023-11-04
353人已围观
简介 这篇文章主要介绍了css3编写浏览器背景渐变背景色的方法,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
css 给网页中的背景设置渐变色,css的渐变颜色可以指定固定的两个颜色之前的线性过度,这个css3属性只支持高版本的浏览器。
//浏览器前缀 background: linear-gradient(red, blue); background: -webkit-linear-gradient(red, blue); background: -o-linear-gradient(red, blue); background: -moz-linear-gradient(red, blue);
to top :颜色从下往上渐变:
background:-webkit-linear-gradient(to top, red, blue); background:linear-gradient(to top,red,blue);
to bottom :颜色从上往下渐变:
background:-webkit-linear-gradient(to bottom, red, blue); background:linear-gradient(to bottom,red,blue);
to left :颜色从右往左渐变:
background:-webkit-linear-gradient(to left, red, blue); background:linear-gradient(to left,red,blue);
to right :颜色从左往右渐变
background:-webkit-linear-gradient(to right, red, blue); background:linear-gradient(to right,red,blue);
to right :颜色从左往右渐变
background:-webkit-linear-gradient(to right, red, blue); background:linear-gradient(to right,red,blue);
to bototm right :颜色从左上角度到右下角渐变
background:-webkit-linear-gradient(to right, red, blue); background:linear-gradient(to right,red,blue);
to top left :颜色从右下角度到左上角渐变
background:-webkit-linear-gradient(to right, red, blue); background:linear-gradient(to right,red,blue);
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
相关内容
- 全民小镇车子怎么获得的方法介绍_手机游戏_游戏攻略_
- 我叫mt4月15日更新内容简介 v3.5.4.0版本更新提示_手机游戏_游戏攻略_
- 天天酷跑好友馈赠什么时候开始? 天天酷跑好友馈赠开放具体时间_手机游戏_游戏攻略_
- 天天酷跑里约大冒险新宠物获得方法 五大新宠物属性一览表_手机游戏_游戏攻略_
- 格斗之皇 修改属性攻击防御血量的方法教程_手机游戏_游戏攻略_
- 雷霆战机卡经验 雷霆战机装备搭配幻影搭配推荐_手机游戏_游戏攻略_
- 雷霆战机2014装备怎么搭配最好_手机游戏_游戏攻略_
- 天天飞车新车福特新福克斯上线_手机游戏_游戏攻略_
- 雷霆战机刷箱子突破20宝箱限制攻略_手机游戏_游戏攻略_
- 天天飞车新车福特新福克斯满级属性介绍_手机游戏_游戏攻略_
