Skip to content

Instantly share code, notes, and snippets.

@ninadingole
Forked from anonymous/dabblet.css
Created December 13, 2012 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninadingole/4278599 to your computer and use it in GitHub Desktop.
Save ninadingole/4278599 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
*/
body{
background-color:#cffeef;
}
p{
font-size:2em;
text-shadow:1px 1px 0px white
, 1px 2px 1px black;
}
.wrapper{
margin:0 auto;
width:960px;
background-color:white;
padding:20px;
-webkit-box-shadow:0 1px 2px #ccc;
position:relative;
}
.wrapper:after{
content:'';
width:0;
height:0;
border:20px;
border-style:solid;
border-color:#cffeef #cffeef white white;
position:absolute;
top:0;
right:-1px;
-webkit-box-shadow:-1px 1px 1px rgba(0,0,0,0.3);
}
<div class="wrapper">
<p>Playing With Box Shadow and Bubbles !</p>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment