Skip to content

Instantly share code, notes, and snippets.

Created December 24, 2011 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/1518432 to your computer and use it in GitHub Desktop.
Save anonymous/1518432 to your computer and use it in GitHub Desktop.
Untitled
body {
padding-top: 100px;
padding-left: 30px;
font: 12px arial;
}
div.ballon {
position: absolute;
display: inline-block;
border: 1px solid #EEE;
box-shadow: 1px 1px 1px 1px #F6F6F6, -1px -1px 1px 1px #F6F6F6;
border-radius: 2px;
}
div.arrow {
border: 7px solid #FFF;
border-left-color: transparent;
border-right-color: transparent;
border-top-width: 0;
margin-top: -7px;
margin-left: 8px;
width: 0;
height: 0;
}
div.arrow-shadow {
border: 8px solid #E6E6E6;
border-left-color: transparent;
border-right-color: transparent;
border-top-width: 0;
margin-top: -8px;
margin-left: 7px;
width: 0;
height: 0;
}
div.content {
width: 100px;
padding: 5px 7px;
}
<div class="ballon">
<div class="arrow-shadow"></div>
<div class="arrow"></div>
<div class="content">
Content is here
</div>
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment