Skip to content

Instantly share code, notes, and snippets.

@suntong
Created May 7, 2015 14:29
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 suntong/43ddbd9a6073202a7790 to your computer and use it in GitHub Desktop.
Save suntong/43ddbd9a6073202a7790 to your computer and use it in GitHub Desktop.
body, input {
font-family:Calibri, Arial;
margin:0px
}
h1 {
margin:0 0 0 20px
}
html, body, #container {
height:100%
}
body>#container {
height:auto;
min-height:100%
}
#header {
height:50px;
background-color:#ddd;
border-bottom:1px solid #aaa;
width:100%
}
#footer {
font-size:12px;
clear:both;
position:relative;
z-index:10;
height:3em;
margin-top:-3em;
text-align:center
}
table {
width:300px;
border:1px solid;
border-collapse:collapse;
margin:0 0 0 20px;

}
th {
background-color:#3e6db0;
color:#fff;
padding:5px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment