Add a footer.
This commit is contained in:
@ -13,13 +13,22 @@ body {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
#header {
|
||||
/* Page layout */
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#push {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
/* Header, footer */
|
||||
#header, #footer {
|
||||
background: #EBEBEB;
|
||||
color: #3B3738;
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
border-top: 1px solid #DED3D6;
|
||||
width: 1540px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -47,6 +56,13 @@ body {
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
border-top-right-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
font-size: 16px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Tagline */
|
||||
#tagline {
|
||||
padding: 10px 0;
|
||||
@ -79,7 +95,7 @@ body {
|
||||
/* Server listing */
|
||||
#server-container {
|
||||
width: 1540px;
|
||||
margin: 10px auto 0 auto;
|
||||
margin: 10px auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user