From a26e0c92fb0ce9fe06cf088f5d5c849fea249546 Mon Sep 17 00:00:00 2001 From: sweetiebelka Date: Sun, 29 Jan 2017 19:45:19 +0300 Subject: [PATCH] added README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8ff3f..44fd5dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# webgradients -A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats. +# WebGradients +A curated collection of splendid gradients made in `CSS3`, `.sketch` and `.PSD` formats. +[View all the gradients here »](https://webgradients.com) + +[![N|Solid](https://itmeo.com/public/small_bar_powered_by_itmeo3.png)](https://itmeo.com) + + + +##How To Use +1) Download the file [`gradients.css`](https://github.com/itmeo/webgradients/blob/master/gradients.css). +2) Place the file in your project folder. +3) Link the file it in the `` of your document. + +``` + + + + + ... +``` + +##Browser Compatibility +Some gradients uses the `background-blend-mode` CSS property. It's supported by the majority of the modern browsers. +View full [compatibility list (view on Caniuse) »](http://caniuse.com/#search=background-blend-mode) + +You can learn more about `background-blend-mode` [here (view on MDN) »](https://developer.mozilla.org/en-US/docs/Web/CSS/background-blend-mode) +##License +WebGradients is licensed under the [MIT](http://opensource.org/licenses/MIT) license. +