If you want to overlay an image with color this is the CSS you need to use. Let me know if you have any questions. css .features{ height: 100%; background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)); url('assets/Background_Features.jpg'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } Answer from Timothy Blubaugh on teamtreehouse.com
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › Reference › Values › gradient › linear-gradient
linear-gradient() - CSS | MDN
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 data type, which is a special kind of .
🌐
W3Schools
w3schools.com › css › css3_gradients.asp
CSS Gradients
The CSS gradient functions are used within the background-image property. ... The CSS linear-gradient() function creates a linear gradient.
🌐
CSS Gradient
cssgradient.io
CSS Gradient – Generator, Maker, and Background
A CSS linear gradient can be coded by using the linear-gradient() function and can be as simple or complex as you would like. At the very least, you’ll only need two colors to get started.
🌐
Adobe
color.adobe.com › create › image-gradient
Gradient color extraction from image
Crea degradados de color a partir de imágenes. Usa los degradados creados en Photoshop a través del panel de la biblioteca CC
🌐
GeeksforGeeks
geeksforgeeks.org › css › css-linear-gradient
CSS Linear Gradient - GeeksforGeeks
June 17, 2024 - CSS Linear Gradient is a built-in function that enables you to create smooth transitions between two or more colors along a straight line. This function is highly versatile, allowing you to specify the starting point and direction (or angle) ...
Find elsewhere
🌐
CSS-Tricks
css-tricks.com › almanac › functions › l › linear-gradient
linear-gradient() | CSS-Tricks
September 16, 2025 - Creates a gradient by placing colors perpendicularly along a straight line and smoothly transitioning between them.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › Reference › Values › gradient
<gradient> - CSS | MDN
December 16, 2025 - A CSS gradient has no intrinsic ... data type is defined with one of the function types listed below. Linear gradients transition colors progressively along an imaginary line....
🌐
ColorSpace
mycolor.space › gradient
ColorSpace - CSS Gradient Color Generator
New Feature: You can now create a gradient out of 3 colors! ... CSS Code: background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
🌐
W3Schools
w3schools.com › cssref › func_linear-gradient.php
CSS linear-gradient() function
It starts red, transitioning to ... "Try it Yourself" examples below. The CSS linear-gradient() function creates a linear gradient as the background....
🌐
JetThoughts
jetthoughts.com › home › blog › how to use linear-gradient in css
How to use Linear-Gradient in CSS | JetThoughts Blog
October 15, 2025 - The CSS linear-gradient function creates an image that consists of a progressive transition between two or more colors along a straight line.
🌐
TutorialsPoint
tutorialspoint.com › css › css_gradients.htm
CSS - Gradients
We can set a gradient to background ... by browsers according to developers code. ... Linear Gradient: Goes from left to right, up to down or diagonally....
🌐
Medium
patrickbrosset.medium.com › do-you-really-understand-css-linear-gradients-631d9a895caf
Do you really know CSS linear-gradients? | by Patrick Brosset | Medium
April 10, 2015 - Do you really know CSS linear-gradients? Want a nice gradient background on your site? background-image: linear-gradient(red, blue); BOOM, done! Ok, it’s a little boring. So if you want more, I …
🌐
Netlify
css-playgrounds.netlify.app › linear-gradient
Linear Gradient | CSS Playgrounds
width: 200px; height: 200px; background: linear-gradient(180deg, rgba(143, 188, 143, 1), rgba(102, 51, 153, 1));
🌐
W3Schools
w3schools.com › css › tryit.asp
Linear Gradient - with transparency
The W3Schools online code editor allows you to edit code and view the result in your browser
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › CSS › Guides › Images › Using_gradients
Using CSS gradients - CSS | MDN
CSS gradients are represented by the <gradient> data type, a special type of <image> made of a progressive transition between two or more colors. You can choose between three types of gradients: linear (created with the linear-gradient() function), radial (created with the radial-gradient() function), and conic (created with the conic-gradient() function).
🌐
DEV Community
dev.to › get_pieces › working-with-css-gradients-37l6
Working With CSS Gradients - DEV Community
March 29, 2023 - Now, let’s look at the different properties of CSS gradients, with examples. We identify linear gradients using the linear-gradient() function in the background or background-image property, and it must include two or more color values. The default setting of linear gradients is from top to bottom of the element, giving a smooth transition from the first color value to the second.
🌐
WebGradients
webgradients.com
WebGradients - Free CSS Gradients for Backgrounds and UI by itmeo
WebGradients is a free collection of 180 linear gradients that you can use as content backdrops in any part of your website. Easy copy CSS3 crossbrowser code and use it in a moment! We've also prepared a .PNG version of each gradient.