Skip to content

Instantly share code, notes, and snippets.

Created May 11, 2012 22:05
Show Gist options
  • Save anonymous/2662679 to your computer and use it in GitHub Desktop.
Save anonymous/2662679 to your computer and use it in GitHub Desktop.
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>404 Page &middot; CodePen</title>
<style>
body {
background-image: url('http://adamwhitcroft.com/wp-content/themes/Fifth/img/dot.png'),
url('http://i.imgur.com/hlgyq.gif');
background-size: auto, cover;
font-size: 100%;
}
h1 {
background: hsla(0,0%,0%,.75);
bottom: 100px;
color: #b59788;
font: 2em/1 Sancreek, sans-serif;
left: 0;
padding: .5em 2em .5em 1em;
position: absolute;
}
</style>
</head>
<body>
<link href='http://fonts.googleapis.com/css?family=Sancreek' rel='stylesheet'>
<h1>Ain't no page here no more</h1>
</body>
</html>
<link href='http://fonts.googleapis.com/css?family=Sancreek' rel='stylesheet'>
<h1>Ain't no page here no more</h1>
body {
background-image: url('http://adamwhitcroft.com/wp-content/themes/Fifth/img/dot.png'),
url('http://i.imgur.com/hlgyq.gif');
background-size: auto, cover;
font-size: 100%;
}
h1 {
background: hsla(0,0%,0%,.75);
bottom: 100px;
color: #b59788;
font: 2em/1 Sancreek, sans-serif;
left: 0;
padding: .5em 2em .5em 1em;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment