Skip to content

Instantly share code, notes, and snippets.

@timurvafin
Created October 4, 2011 23:49
Show Gist options
  • Save timurvafin/1263183 to your computer and use it in GitHub Desktop.
Save timurvafin/1263183 to your computer and use it in GitHub Desktop.
image rounded corners
img.photo_img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment