Created
April 24, 2012 19:11
-
-
Save bkvirendra/2482808 to your computer and use it in GitHub Desktop.
Twitter like Error Page effect
This file contains hidden or 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
<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