Skip to content

Instantly share code, notes, and snippets.

@mattwolfe
Last active August 29, 2015 14:07
Show Gist options
  • Save mattwolfe/857a0832175c4c80786b to your computer and use it in GitHub Desktop.
Save mattwolfe/857a0832175c4c80786b to your computer and use it in GitHub Desktop.
<style>
.outer-ring {
border: 3px solid black;
width: 48pt;
height: 48pt;
}
.inner-circle {
width: 10pt;
height: 10pt;
background: black;
}
</style>
<div class="outer-ring">
<div class="inner-circle">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment