From 61f4c46bffa60b8d4f05b407513937d2ce3df29c Mon Sep 17 00:00:00 2001 From: Vedran Leder Date: Mon, 4 Mar 2019 13:03:10 +0100 Subject: [PATCH] Add more resources to linear gradient(#27272) --- guide/english/css/linear-gradient/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guide/english/css/linear-gradient/index.md b/guide/english/css/linear-gradient/index.md index a5a29dfc38..eed29b03d0 100644 --- a/guide/english/css/linear-gradient/index.md +++ b/guide/english/css/linear-gradient/index.md @@ -79,4 +79,7 @@ background: linear-gradient(to right,red 45%, yellow 45%); Here the transition from red to yellow will start at 45% and finish at 45%. -**More information:** [Linear-gradient on Mozilla Docs](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient) +**More resources:** + +- [Linear-gradient on Mozilla Docs](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient) +- [Linear Gradient Generator](https://uigradients.com/)