Adding the footer
This commit is contained in:
parent
0bd9b4ec2d
commit
4afa0591c3
2 changed files with 9 additions and 0 deletions
|
@ -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%;
|
||||
}
|
|
@ -48,6 +48,7 @@ function App() {
|
|||
return res;
|
||||
})}
|
||||
</div>
|
||||
<footer style={{color: "white"}}>Made with LinkRoots</footer>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue