Last active
August 29, 2015 14:19
-
-
Save ghostzhang/56fb3a8adedc6529bb86 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
p:nth-child(-n+3) | |
{ | |
background:#ff0000; | |
} |
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
<h1>这是标题</h1> | |
<p>第一个段落。</p> | |
<p>第二个段落。</p> | |
<p>第三个段落。</p> | |
<p>第四个段落。</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment