Implementation code for color linear gradient colors in CSS3

Source: Internet
Author: User

This article gives you the content is about CSS3 color linear gradient Color implementation code, there is a certain reference value, the need for friends can refer to, I hope you have some help.

CSS3 gradient are divided into linear gradients (linear) and radial gradients (radial). Because different rendering engines implement the syntax of gradients, we only analyze the use of the standard syntax for linear gradients, and the rest of us can read the relevant data. The syntax has been supported by browsers such as ie10+, firefox19.0+, chrome26.0+, and opera12.1+.

Linear gradient Syntax:

Linear-gradient (to bottom, #FFF, #999)

Parameters: The first parameter specifies the gradient direction, which can be expressed in terms of angle or English:

The second and third parameters, which represent the starting and ending points of the color, can have multiple color values

Background-image:linear-gradient (to left, red, orange,yellow,green,blue,indigo,violet);

Instance code:

<! DOCTYPE html>

The effect is as follows:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.