Skip to content

Instantly share code, notes, and snippets.

@thanpolas
Forked from anonymous/dabblet.css
Created December 17, 2012 16:22
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/4319575 to your computer and use it in GitHub Desktop.
Save thanpolas/4319575 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;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 1);
}
header div {
margin-top:50px;
height: 1px;
background-color: yellow;
}
<body>
<header>
<div></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