Created
October 28, 2015 09:10
-
-
Save michaelstack/2d2d5fdfd8fe52410b5b to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; } | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<p>bozo! | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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