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