Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Forked from LeaVerou/dabblet.css
Created March 13, 2015 08:28
Show Gist options
  • Save nielsdoorn/9696623b782ac6a49824 to your computer and use it in GitHub Desktop.
Save nielsdoorn/9696623b782ac6a49824 to your computer and use it in GitHub Desktop.
Untitled
header {
height: 200px;
background-color: red;
position:fixed;
width: 100%;
top: 0;
left: 0;
}
#content {
background-color: blue;
margin-top: 200px;
min-height: 1024px;
width: 100%;
}
<header>
<h1>Uber cool festival</h1>
</header>
<div id="content">
<img src="http://placekitten.com/200/400">
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment