Skip to content

Instantly share code, notes, and snippets.

@michaelstack
Created October 28, 2015 09:10
Show Gist options
  • Save michaelstack/2d2d5fdfd8fe52410b5b to your computer and use it in GitHub Desktop.
Save michaelstack/2d2d5fdfd8fe52410b5b 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
*/
/*
background: #f06;
background: linear-gradient(45deg, #006, darkseagreen);
min-height: 100%;
*/
p:first-letter { float: left; font-size: 21em; font-weight: bold; font-family: cursive; padding-right: 2px;}
zp { font-size: 70px; }
/*
TODO: why does this break it when I uncomment it?
yet it works when I comment out the p:first-letter
p { font-size: 10em; }
*/
<!-- content to be placed inside <body>…</body> -->
<p>bozo!
</p>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment