Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 5, 2014 09:17
Show Gist options
  • Save hiloki/9363889 to your computer and use it in GitHub Desktop.
Save hiloki/9363889 to your computer and use it in GitHub Desktop.
---- for demo ---
.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;
}
<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>
// alert('Hello world!');
{"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