Skip to content

Instantly share code, notes, and snippets.

@soychicka
Created February 17, 2011 18:58
Show Gist options
  • Save soychicka/832373 to your computer and use it in GitHub Desktop.
Save soychicka/832373 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
img {
-webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
-webkit-border-radius: 3px;
border-radius: 3px;
border: 3px solid #666;
}
</style>
</head>
<body>
<img src="http://profile.ak.fbcdn.net/hprofile-ak-snc4/161711_1231610_908696_q.jpg">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment