Skip to content

Instantly share code, notes, and snippets.

@gongpeione
Last active April 25, 2018 08:47
Show Gist options
  • Save gongpeione/8250ad39d99446ab3ac985c53e26a353 to your computer and use it in GitHub Desktop.
Save gongpeione/8250ad39d99446ab3ac985c53e26a353 to your computer and use it in GitHub Desktop.
<style>
header, footer, main {
display: block;
}
header {
position: fixed;
height: 50px;
left: 0;
right: 0;
top: 0;
background: #ccc;
}
footer {
position: fixed;
height: 34px;
left: 0;
right: 0;
bottom: 0;
background: #ccc;
}
main {
margin-top: 50px;
margin-bottom: 34px;
height: 2000px
}
</style>
<header></header>
<main>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
1<br/>
1<br/>
1<br/>
1<br/>
1<br/>1<br/>
</main>
<footer>
<input type="text"/>
<button>Submit</button>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment