Skip to content

Instantly share code, notes, and snippets.

@bkvirendra
Created April 24, 2012 19:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkvirendra/2482808 to your computer and use it in GitHub Desktop.
Save bkvirendra/2482808 to your computer and use it in GitHub Desktop.
Twitter like Error Page effect
<html>
<head>
<title>Error</title>
<style>
html {
background:-moz-radial-gradient(center center , ellipse farthest-corner, rgb(71, 134, 179) 0%, rgb(46, 86, 115) 100%) no-repeat fixed 0% 0% transparent;
}
</style>
</head>
<body>
<h1>This is the page</h1>
<p>Demo on http://jsfiddle.net/gw2er/</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment