Created
March 9, 2013 09:08
-
-
Save hectorrios/5123572 to your computer and use it in GitHub Desktop.
Positioning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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