Created
March 25, 2013 13:05
-
-
Save mooru/5236957 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 | |
| body{ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } | |
| p:nth-child(2n){ | |
| font-size:3em; | |
| } |
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> --> | |
| <h1>JQuery Masters</h1> | |
| <div id="red"></div> | |
| <p>this is an online portal to take you from novice to pro in JQuery.</p> | |
| <p>I have persoanl gooten to love and master jQuery in recent times and i would like to hsar etip, tricks and tutorila swith those who are interested.</p> | |
| <p>JQuery is really cool!!!!</p> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non accusantium inventore eos repellendus! Animi laborum eveniet aut itaque molestias nulla placeat asperiores doloremque architecto excepturi hic rerum quo laudantium atque.</p> | |
| <p>Molestias fuga iste libero minus vero eveniet error cum doloribus maiores sunt illum quo voluptatibus fugiat ratione inventore! Assumenda nihil sed doloribus in beatae tenetur reprehenderit vitae sit quibusdam unde.</p> | |
| <p>Autem consectetur tenetur asperiores at ducimus aliquid aut sapiente iure possimus maiores a quaerat corporis quisquam odio quasi facere eius in temporibus. Quaerat et modi nemo dignissimos recusandae nesciunt porro!</p> | |
| <ul> | |
| <li>monday</li> | |
| <li>tueday</li> | |
| <li>wednesday</li> | |
| <li>thurdsay</li> | |
| <li>Friday</li> | |
| <li>Saturday</li> | |
| </ul> |
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
| // alert('Hello world!'); |
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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment