mirror of
https://github.com/itmeo/webgradients.git
synced 2025-08-16 13:04:14 +02:00
added README.md
This commit is contained in:
31
README.md
31
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)
|
||||
|
||||
[](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.
|
||||
|
||||
|
Reference in New Issue
Block a user