Skip to content

Instantly share code, notes, and snippets.

@kashyapp
Last active December 10, 2015 14:18
Show Gist options
  • Save kashyapp/4446212 to your computer and use it in GitHub Desktop.
Save kashyapp/4446212 to your computer and use it in GitHub Desktop.
Dancing Psy on Youtube
<!doctype html>
<html>
<head>
<style>
#psy {
height: 30px;
width: 20px;
border-bottom: 5px double black;
background: url(logo_dancing_psy-vflsJl9hC.gif) no-repeat -73px 1px;
position: absolute;
left: 50%;
top: 20%;
margin-left: -10px;
margin-top: -15px;
}
body {
font-family: Verdana, sans-serif;
font-size: 10px;
}
</style>
<title>Psy Dancing on Youtube</title>
</head>
<body>
From <a href="http://www.youtube.com/watch?v=9bZkp7q19f0">Gangnam Style</a> on Youtube.
<img id="psy" src="pixel-vfl3z5WfW.gif"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment