Adding the footer

This commit is contained in:
mikwee 2021-11-23 13:46:15 +02:00
parent 0bd9b4ec2d
commit 4afa0591c3
2 changed files with 9 additions and 0 deletions

View File

@ -23,4 +23,12 @@
align-items: flex-start;
justify-content: center;
margin-top: 3%;
}
footer {
margin-top: 1rem;
padding: 1rem;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}

View File

@ -48,6 +48,7 @@ function App() {
return res;
})}
</div>
<footer style={{color: "white"}}>Made with LinkRoots</footer>
</div>
);
}