Skip to content

Instantly share code, notes, and snippets.

@polamjag
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save polamjag/d6e73b5c6fecd02ac78f to your computer and use it in GitHub Desktop.

Select an option

Save polamjag/d6e73b5c6fecd02ac78f to your computer and use it in GitHub Desktop.
new gen of d250g2.com
<html lang="ja">
<head>
<meta charset="utf-8">
<title>d250g2</title>
<style type="text/css">
html, body, img {
margin: 0;
padding :0;
}
html {
background: url(d250g2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img{
visibility: hidden;
width: 0;
height: 0;
}
p {
color: white;
background: rgba(0,0,0,.6);
padding: .4em;
top: 0;
position: absolute;
}
a {
color: #99f;
}
</style>
</head>
<body>
<img src="d250g2.jpg">
<p>
<a href="http://twitpic.com/d250g2">d250g2: 現在の僕の心境です on Twitpic</a> (<a href="https://web.archive.org/web/20140905000851/http://twitpic.com/d250g2">Internet Archive</a>)
/
Original Picture by <a href="http://www.flickr.com/photos/38449766@N03/3602195819/">Eggs&amp;Beer</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment