Skip to content

Instantly share code, notes, and snippets.

@thanpolas
Created March 8, 2013 16:29
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/5117707 to your computer and use it in GitHub Desktop.
Save thanpolas/5117707 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;
}
.theselect {
height: 100px;
background: none;
font-size: 40px;
position: absolute;
}
header div {
margin-top:50px;
height: 1px;
background-color: yellow;
}
<body>
<header>
<select value="asd" class="theselect"><option>one</option></select>
</header>
<section>
<div> content ... </div>
</section>
</body>
// alert('Hello world!');
{"view":"split","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