Skip to content

Instantly share code, notes, and snippets.

@ddffx
Created October 12, 2012 20:09
Show Gist options
  • Save ddffx/3881240 to your computer and use it in GitHub Desktop.
Save ddffx/3881240 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#talkbubble {
margin:40px 60px;
width: 768px;
height: 100px;
background: red;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#talkbubble:before {
content:"";
position: absolute;
right: 2%;
top: -20px;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid red;
}
<!-- content to be placed inside <body>…</body> -->
<div id="talkbubble"></div>
{"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