Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created June 1, 2012 12:16
Show Gist options
  • Save gunnarbittersmann/2851693 to your computer and use it in GitHub Desktop.
Save gunnarbittersmann/2851693 to your computer and use it in GitHub Desktop.
Rounded corner with box-shadow
/**
* Rounded corner with box-shadow
*/
body
{
background: #900;
}
div
{
background: white;
border-radius: 10px;
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.3);
height: 200px;
margin: 50px;
width: 400px;
}
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment