Skip to content

Instantly share code, notes, and snippets.

@depoulo
Created December 1, 2013 12:41
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 depoulo/7733164 to your computer and use it in GitHub Desktop.
Save depoulo/7733164 to your computer and use it in GitHub Desktop.
What exactly do you mean by "dotted"?
/**
* What exactly do you mean by "dotted"?
*/
i {
border-width: 10px;
border-color: peachpuff;
border-style: dotted;
border-radius: 150px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -75px;
margin-left: -75px;
width: 150px;
height: 150px;
}
// alert('Hello world!');
{"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