About 34,800 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

    To create a linear gradient you must define at least two color stops. Color stops are the colors you want to render smooth transitions among. You can also set a starting point and a direction (or an angle) …

  3. CSS Gradient – Generator, Maker, and Background

    Transitions in linear gradients occur along a straight line determined by an angle or direction. A CSS linear gradient can be coded by using the linear-gradient () function and can be as simple or complex …

  4. linear-gradient () | CSS-Tricks

    Sep 16, 2025 · Creates a gradient by placing colors perpendicularly along a straight line and smoothly transitioning between them.

  5. Linear Gradients | CSS Gradient

    Free tool to easily make and generate cross browser linear or radial css gradients. You can generate your custom css gradient in HEX or RGBA color format.

  6. CSS linear-gradient () Function - GeeksforGeeks

    Jul 11, 2025 · The linear-gradient () function is an inbuilt function in CSS that is used to set the linear gradient as the background image. Syntax: background-image: linear-gradient( direction, color1, …

  7. 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.

  8. CSS Linear Gradient (With Examples) - Programiz

    There are three types of gradients in CSS, In this article, we will learn about the linear-gradient property. CSS linear-gradient() function creates a smooth linear transition between two or more colors. For …

  9. CSS Gradients - W3Schools

    A linear gradient defines a color transition that goes in a straight line, it can go down, up, to left, to right, or diagonally. A linear gradient requires at least two color stops.

  10. CSS Gradients: Complete Guide to Linear Gradient Background …

    Jun 16, 2025 · Master CSS linear gradients with comprehensive examples, syntax variations, and practical techniques for creating stunning background effects in your web projects.