Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 5, 2014 09:06
Show Gist options
  • Select an option

  • Save hiloki/9363737 to your computer and use it in GitHub Desktop.

Select an option

Save hiloki/9363737 to your computer and use it in GitHub Desktop.
---- for demo ---
.widget {
border: 1px solid skyblue;
}
.widget h2 {
background-color: skyblue;
}
.widget p {
padding: 10px;
}
/* ---- for demo --- */
* {
margin: 0;
padding: 0;
}
body {
padding: 100px;
}
<div class="widget">
<h2>Title</h2>
<p>Blah Blah Blah.</p>
</duv>
// 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