Created
March 5, 2014 09:06
-
-
Save hiloki/9363737 to your computer and use it in GitHub Desktop.
---- for demo ---
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
| .widget { | |
| border: 1px solid skyblue; | |
| } | |
| .widget h2 { | |
| background-color: skyblue; | |
| } | |
| .widget p { | |
| padding: 10px; | |
| } | |
| /* ---- for demo --- */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body { | |
| padding: 100px; | |
| } |
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
| <div class="widget"> | |
| <h2>Title</h2> | |
| <p>Blah Blah Blah.</p> | |
| </duv> |
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-vertical","fontsize":"140","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment