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. +