Skip to content

Instantly share code, notes, and snippets.

@ignovak
Created December 7, 2013 11:21
Show Gist options
  • Save ignovak/7839937 to your computer and use it in GitHub Desktop.
Save ignovak/7839937 to your computer and use it in GitHub Desktop.
Untitled
.main {
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.box {
background: #000;
box-shadow: 0 0 0 50px;
height: 0;
height: 2px;
width: 2px;
border-radius: 50%
}
<div class='main'>
<div class='box'>
</div>
// 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