fixed the footer deleted a undeeded <p> in index.html
This commit is contained in:
@@ -3,6 +3,9 @@ body {
|
||||
margin: 0;
|
||||
height: 100;
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -46,10 +49,8 @@ body {
|
||||
/*Code to make footer look cool and ncie :D*/
|
||||
footer {
|
||||
font-family: IBMWeb, Liberation Mono, monospace;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
margin-top: auto;
|
||||
padding: 1em;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user