Skip to content

Instantly share code, notes, and snippets.

@re4388
Forked from csssecrets/dabblet.css
Created August 26, 2020 01:53
Show Gist options
  • Save re4388/f8397983476be6dfff2733f479f35ed9 to your computer and use it in GitHub Desktop.
Save re4388/f8397983476be6dfff2733f479f35ed9 to your computer and use it in GitHub Desktop.
Inner rounding
/**
* Inner rounding
*/
div {
outline: .6em solid #655;
box-shadow: 0 0 0 .4em #655; /* todo calculate max of this */
max-width: 10em;
border-radius: .8em;
padding: 1em;
margin: 1em;
background: tan;
font: 100%/1.5 sans-serif;
}
<div>I have a nice subtle inner rounding, don’t I look pretty?</div>
// alert('Hello world!');
{"view":"split-vertical","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