Skip to content

Instantly share code, notes, and snippets.

@emil10001
Created March 6, 2014 17:44
Show Gist options
  • Save emil10001/9395350 to your computer and use it in GitHub Desktop.
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
<!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