Skip to content

Instantly share code, notes, and snippets.

Created December 17, 2012 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4319458 to your computer and use it in GitHub Desktop.
Save anonymous/4319458 to your computer and use it in GitHub Desktop.
Untitled
body {
background: blue;
padding:0;
}
header {
height: 200px;
background-color: red;
margin: 0;
display:block;
overflow:hidden;
}
header div {
margin-top:50px;
background-color: yellow;
}
<body>
<header>
<div>Logotype</div>
</header>
<section>
<div> content ... </div>
</section>
</body>
// alert('Hello world!');
{"view":"split-vertical","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