Add more resources to linear gradient(#27272)

pull/30681/head^2
Vedran Leder 2019-03-04 13:03:10 +01:00 committed by The Coding Aviator
parent b0c239ff53
commit 61f4c46bff
1 changed files with 4 additions and 1 deletions

View File

@ -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/)