From b1dc7cf72d0a773c48332d099e2bb5a5ccc0265f Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 20 Nov 2018 11:00:52 -0600 Subject: [PATCH] Add an image of the gradient instead --- css/style-a-background-with-a-linear-gradient.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style-a-background-with-a-linear-gradient.md b/css/style-a-background-with-a-linear-gradient.md index 6c3cb7f..fd609af 100644 --- a/css/style-a-background-with-a-linear-gradient.md +++ b/css/style-a-background-with-a-linear-gradient.md @@ -5,8 +5,8 @@ The function in its simplest form can be used to style the background of an element with a vertical, linear gradient between two colors. - +![gradient example](https://i.imgur.com/Jybn4MB.png) +See the Pen pQpypW by Josh Branchaud (@jbranchaud) on CodePen. Here is what the CSS looks like: