Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created August 8, 2012 12:52
Show Gist options
  • Save stijnj/3294881 to your computer and use it in GitHub Desktop.
Save stijnj/3294881 to your computer and use it in GitHub Desktop.
Border on rounded corners
/**
* Border on rounded corners
*/
img {
box-shadow: 0 0 0 2px green;
border-radius: 20px
}
<img src="http://placehold.it/100x100" />
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment