-
-
Save nielsdoorn/9696623b782ac6a49824 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
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%; | |
} |
This file contains 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
<header> | |
<h1>Uber cool festival</h1> | |
</header> | |
<div id="content"> | |
<img src="http://placekitten.com/200/400"> | |
</div> |
This file contains 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":"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