Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created November 13, 2012 22:01
Show Gist options
  • Select an option

  • Save SBoudrias/4068714 to your computer and use it in GitHub Desktop.

Select an option

Save SBoudrias/4068714 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background:black;
}
.round {
position: relative;
border: 40px dotted red;
width: 100px;
height: 100px;
margin: 100px;
border-radius: 50%;
background: white;
}
.round:before {
content: " ";
position: absolute;
top: 25px;
left: 25px;
width: 50px;
height: 50px;
border-radius: 50%;
background: red;
}
<div class="round"></div>
{"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