Skip to content

Instantly share code, notes, and snippets.

@zhephree
Created April 30, 2013 14:06
Show Gist options
  • Save zhephree/5488937 to your computer and use it in GitHub Desktop.
Save zhephree/5488937 to your computer and use it in GitHub Desktop.
Dashed Circle
/**
* Dashed Circle
*/
a {
height: 20px;
width: 20px;
border-color: #ccc;
border-width: 5px;
border-style: solid;
border-radius: 50%;
cursor: pointer;
}
<!-- content to be placed inside <body>…</body> -->
<a href="#" id="saveButton">Save</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment