Fixes header and footer
This commit is contained in:
parent
1b48d5098e
commit
06a666f368
3 changed files with 43 additions and 26 deletions
12
css/main.css
12
css/main.css
|
|
@ -18,11 +18,21 @@ html, body {height: 100%;}
|
|||
padding-bottom: 91px;} /* must be same height as the footer */
|
||||
|
||||
#footer {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
margin-top: -96px; /* negative value of footer height */
|
||||
height: 96px;
|
||||
clear:both;
|
||||
padding: 5px 2rem;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bottom-copay {
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
.logo {
|
||||
background: transparent url('../img/logo.png');
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue