Created
May 7, 2015 14:29
-
-
Save suntong/43ddbd9a6073202a7790 to your computer and use it in GitHub Desktop.
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
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