Skip to content

Instantly share code, notes, and snippets.

@hectorrios
Created March 9, 2013 09:08
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 hectorrios/5123572 to your computer and use it in GitHub Desktop.
Save hectorrios/5123572 to your computer and use it in GitHub Desktop.
Positioning
/**
* Positioning
*/
div {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
width: 100%;
padding: 20px;
box-sizing: border-box;
position: fixed;
top: 0px;
height: 50px;
left: 0px;
}
<!-- content to be placed inside <body>…</body> -->
<p>stuff up here</p>
<div>
Hi there
</div>
stuff down here
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..
<br>
stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..<br>stuff ..
// alert('Hello world!');
{"view":"separate","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