Created
March 5, 2014 09:17
-
-
Save hiloki/9363889 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; | |
margin-bottom: 20px; | |
} | |
.widget h2, | |
.widget h3 { | |
padding: 10px; | |
background-color: skyblue; | |
} | |
.widget p, | |
.widget ul { | |
padding: 10px; | |
font-size: 14px; | |
} | |
/* ---- for demo --- */ | |
* { | |
margin-top: 0; | |
margin-bottom: 0; | |
} | |
body { | |
padding: 100px; | |
} | |
li { | |
margin-left: 1em; | |
} |
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> | |
</div> | |
<div class="widget"> | |
<h3>Link list</h3> | |
<ul> | |
<li>Blah Blah Blah.</li> | |
<li>Blah Blah Blah.</li> | |
<li>Blah Blah Blah.</li> | |
</ul> | |
</div> |
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