Skip to content

Instantly share code, notes, and snippets.

@dennisfrank
Created December 21, 2011 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennisfrank/1508289 to your computer and use it in GitHub Desktop.
Save dennisfrank/1508289 to your computer and use it in GitHub Desktop.
Rounded image with border and shadow
/**
* Rounded image with border and shadow
*/
.rounded {
border-radius: 50%;
box-shadow: 0 0 0 6px #fff, 0 1px 1px 6px rgba(0,0,0,.5);
}
<img src="http://placekitten.com/96/96" class="rounded">
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment