Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created November 24, 2012 18:22
Show Gist options
  • Save ynonp/4140788 to your computer and use it in GitHub Desktop.
Save ynonp/4140788 to your computer and use it in GitHub Desktop.
Untitled
body { padding: 0; margin: 0; }
h1 { margin: 0; padding: 0; }
footer {
background: yellow;
padding: 5px;
}
header {
background: cyan;
}
<header>
<h1>This is on top</h1>
</header>
<p>Just some text in the middle</p>
<footer>
<h1>This is the bottom</h1>
</footer>
// alert('Hello world!');
{"view":"separate","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