1
0
mirror of https://github.com/itmeo/webgradients.git synced 2025-08-17 21:31:49 +02:00

added README.md

This commit is contained in:
sweetiebelka
2017-01-29 19:45:19 +03:00
parent 5d67ba5084
commit a26e0c92fb

View File

@@ -1,2 +1,29 @@
# webgradients # WebGradients
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats. 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 `<head>` of your document.
```
<html>
<head>
<link href="webgradients.css" rel="stylesheet">
</head>
...
```
##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.