Skip to content

Instantly share code, notes, and snippets.

@nucliweb
Created February 12, 2014 20:27
Show Gist options
  • Save nucliweb/8963867 to your computer and use it in GitHub Desktop.
Save nucliweb/8963867 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 400px; height: 400px;
border-radius: 50%;
background: grey;
overflow: hidden;
position: relarive;
}
div:before {
content: '';
display: block;
border: 200px solid;
border-color: #353535 #efefef #ffffff #959595;
border-radius: 50%;
-webkit-filter: blur(30px);
}
// alert('Hello world!');
{"view":"split-vertical","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