Created
March 6, 2014 17:44
-
-
Save emil10001/9395350 to your computer and use it in GitHub Desktop.
Found this awesome CSS gradient background from the Ratchet project: http://goratchet.com
This file contains 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> | |
<body style="background-image:linear-gradient(45deg,#0a1855 0,#da0024 100%);"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment