Skip to content
Snippets Groups Projects
Commit d0241f98 authored by Clement Desbuisson's avatar Clement Desbuisson
Browse files

Delete footer.css

parent 20b6754e
No related branches found
No related tags found
No related merge requests found
@font-face {
font-family: "Inter";
font-style: oblique;
src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
}
footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #231543;
}
footer>section {
display: flex;
justify-content: space-around;
}
footer>section>div>a {
color: #fff;
text-align: center;
text-decoration: none;
display: flex;
justify-content: center;
font-family: "Inter";
font-style: oblique;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment