About 170,000 results
Open links in new tab
  1. linear-gradient () - CSS - MDN

    Dec 16, 2025 · The linear-gradient() CSS function creates an image consisting of a progressive transition between two or more colors along a straight line. Its result is an object of the <gradient> …

  2. CSS linear-gradient () function - W3Schools

    The CSS linear-gradient() function creates a linear gradient as the background. To create a linear gradient you must define at least two color stops. Color stops are the colors you want to render …

  3. CSS Gradients - W3Schools

    CSS Gradients The CSS gradient functions let you display smooth transitions between two or more colors within an element. CSS defines three types of gradients: Linear Gradients - The color …

  4. CSS Gradient – Generator, Maker, and Background

    As a free CSS gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile.

  5. linear-gradient () - CSS:层叠样式表 | MDN

    linear-gradient() CSS 函数创建一个由两种或多种颜色沿一条直线进行线性过渡的图像,其结果是 <gradient> 数据类型的对象,此对象是一种特殊的 <image> 数据类型。

  6. CSS linear-gradient () 函数 - 菜鸟教程

    定义与用法 linear-gradient () 函数用于创建一个表示两种或多种颜色线性渐变的图片。 创建一个线性渐变,需要指定两种颜色,还可以实现不同方向(指定为一个角度)的渐变效果,如果不指定方向,默认 …

  7. Linear Gradients | CSS Gradient

    CSS Linear Gradients What is a Linear Gradient? Probably the most common and used type of gradient is the linear-gradient (). To create a linear gradient you must define at least two colors (or color …

  8. linear-gradient () CSS Function - CSS Portal

    Dec 31, 2025 · Learn about the linear-gradient() CSS Function. View description, syntax, values, examples and browser support for the linear-gradient() CSS Function.

  9. CSS Gradients - CSS-Tricks

    Mar 3, 2014 · Just as you can declare the background of an element to be a solid color in CSS, you can also declare that background to be a gradient. Using gradients declared in CSS, rather using an …

  10. CSS linear-gradient () 函数

    定义和用法 CSS linear-gradient() 函数用于创建作为背景的线性渐变。 要创建线性渐变,必须定义至少两个色标。色标是您希望在其间实现平滑过渡的颜色。您还可以设置起点和方向(或角度)以及渐变效 …