Luke Murphy
5 years ago
3 changed files with 30 additions and 19 deletions
@ -1,19 +1,35 @@ |
|||
/* Custom CSS styles */ |
|||
|
|||
html, |
|||
body { |
|||
height: 100%; |
|||
margin: 0px; |
|||
overflow: hidden; |
|||
} |
|||
|
|||
body { |
|||
canvas { |
|||
display: block; |
|||
} |
|||
|
|||
#footer { |
|||
position: fixed; |
|||
left: 0; |
|||
bottom: 0; |
|||
height: 20px; |
|||
width: 100%; |
|||
background-color: white; |
|||
text-align: left; |
|||
} |
|||
|
|||
#footer * { |
|||
margin: 0; |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
padding: 0; |
|||
} |
|||
|
|||
canvas { |
|||
display: block; |
|||
#footer ul { |
|||
list-style: none; |
|||
padding-left: 5px; |
|||
} |
|||
|
|||
#footer ul li { |
|||
display: inline; |
|||
} |
|||
|
Loading…
Reference in new issue