Skip to content

Instantly share code, notes, and snippets.

@tyv
Created January 21, 2013 22:04
Show Gist options
  • Save tyv/4589926 to your computer and use it in GitHub Desktop.
Save tyv/4589926 to your computer and use it in GitHub Desktop.
Untitled
body
{
background: pink
}
.popup
{
position: relative;
width: 200px;
height: 150px;
padding: 10px;
background: #fff;
background-clip: padding-box;
border: 5px solid rgba(0,0,0,0.6);
}
.popup:before
{
position: absolute;
left: 100%;
width: 25px;
height: 25px;
border: solid rgba(0,0,0,0.6);
border-width: 5px 5px 0 0;
transform: rotate(45deg);
content: '';
}
<div class="popup">
контент
</div>
// alert('Hello world!');
{"view":"separate","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