Skip to content

Instantly share code, notes, and snippets.

@zopyx
Created January 26, 2016 17:43
Show Gist options
  • Select an option

  • Save zopyx/23d3f3c3340ca1123744 to your computer and use it in GitHub Desktop.

Select an option

Save zopyx/23d3f3c3340ca1123744 to your computer and use it in GitHub Desktop.
<!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