Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created February 19, 2013 21:54
Show Gist options
  • Save aurelkurtula/4990464 to your computer and use it in GitHub Desktop.
Save aurelkurtula/4990464 to your computer and use it in GitHub Desktop.
border with dashes
/**
* border with dashes
*/
div{
width: 200px;
height: 200px;
border: 2px dashed black;
margin: 100px;
border-radius: 50%;
}
div:after{
content: ' ';
display: block;
margin: -10px;
width: 215px; height: 215px;
border: 2px dashed black;
transform:rotate(16deg);
border-radius: 50%;
}
<!-- content to be placed inside <body>…</body> -->
<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