Skip to content

Instantly share code, notes, and snippets.

@oslego
Created May 2, 2013 12:06
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 oslego/5501791 to your computer and use it in GitHub Desktop.
Save oslego/5501791 to your computer and use it in GitHub Desktop.
border-radius example
/**
* border-radius example
*/
.box{
background: lime;
border-radius: 20px;
}
<!-- content to be placed inside <body>…</body> -->
<div class="box" style="width: 200px; height: 200px; background: lime">
// alert('Hello world!');
{"view":"split","fontsize":"140","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment