Skip to content

Instantly share code, notes, and snippets.

@thanpolas
Created December 17, 2012 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanpolas/4319381 to your computer and use it in GitHub Desktop.
Save thanpolas/4319381 to your computer and use it in GitHub Desktop.
Untitled
header {
width: 100%;
height: 200px;
background-color: red;
margin: 0;
display:block;
}
header div {
margin-top:50px;
width: 100%;
background-color: yellow;
}
<header>
<div>Logotype</div>
</header>
<section>
<div> content ... </div>
</section>
// 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