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