Skip to content

Instantly share code, notes, and snippets.

@wpstudio
Created April 19, 2012 15:18
Show Gist options
  • Save wpstudio/2421623 to your computer and use it in GitHub Desktop.
Save wpstudio/2421623 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: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
p {
text-align:center;
font-size:5em;
text-shadow:5px 5px 5px #888;
display:block;
padding:20px;
border:2px solid #000;
border-radius:20px;
background:red;
color:#fff;
}
<!-- content to be placed inside <body>…</body> -->
<p>This is so awesome... I'm seeing it typed in real time.</p>
{"view":"separate","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment