Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created June 25, 2012 16:48
Show Gist options
  • Save chestozo/2989712 to your computer and use it in GitHub Desktop.
Save chestozo/2989712 to your computer and use it in GitHub Desktop.
Untitled
.body {
position: absolute;
top: 100px;
left: 100px;
width: 200px;
height: 130px;
background: #444;
border-radius: 14px;
}
.flash {
position: absolute;
width: 110px;
height: 80px;
left: 50%;
top: -20px;
margin-left: -55px;
background: inherit;
border-radius: 12px;
}
.lens {
position: absolute;
border: 18px solid white;
border-radius: 100px;
width: 70px;
height: 70px;
left: 50%;
top: 50%;
margin-left: -53px;
margin-top: -54px;
}
<div class="body">
<div class="flash"></div>
<div class="lens"></div>
</div>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment