Created
February 19, 2012 02:57
-
-
Save edisonlz/1861744 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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 | |
*/ | |
body{ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height:100%;} | |
div {color:white;} | |
p:first-letter{color:#ECE;font-size:30px;} | |
p:after {content:"......"} | |
div p {color:#234390;font-size:16px;} | |
div > p {color:#888888;text-align:center;line-height:1.2;letter-spacing:10px} | |
#p1 {text-decoration:line-through overline underline;text-shadow:green 2px 2px 2px;} | |
.txt {white-space:pre-line;} | |
p[class=txt]{font-size:30px;} | |
This file contains 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> --> | |
<div> | |
<p id="p1">123456 <p> | |
<p>7890 <p> | |
</div> | |
<p class="txt" > a b c | |
haha | |
</p> | |
<input type="text" /> |
This file contains 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","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment