Created
January 26, 2016 17:43
-
-
Save zopyx/23d3f3c3340ca1123744 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| background: rgb(0, 255, 94); | |
| background: -moz-linear-gradient(326deg, rgb(0, 255, 94) 20%, rgb(255, 255, 250) 77%); | |
| background: -webkit-linear-gradient(326deg, rgb(0, 255, 94) 20%, rgb(255, 255, 250) 77%); | |
| background: -o-linear-gradient(326deg, rgb(0, 255, 94) 20%, rgb(255, 255, 250) 77%); | |
| background: -ms-linear-gradient(326deg, rgb(0, 255, 94) 20%, rgb(255, 255, 250) 77%); | |
| background: linear-gradient(56deg, rgb(0, 255, 94) 20%, rgb(255, 255, 250) 77%); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| </body> | |
| </html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment