Created
February 17, 2011 18:58
-
-
Save soychicka/832373 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<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