Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created March 3, 2017 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/4d17fcfd4511786e49eb5efb029d44e4 to your computer and use it in GitHub Desktop.
Save LasseRafn/4d17fcfd4511786e49eb5efb029d44e4 to your computer and use it in GitHub Desktop.
<head>
<style>
body {
min-height: 100vh;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#000000 100%);
background: linear-gradient(to bottom, #ffffff 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
</style>
</head>
<body>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment