Skip to content
Snippets Groups Projects
Commit 1d63e8e2 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Added footer

parent bf15e859
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@ header {
display: flex;
background-color: var(--color_bg_1);
border-bottom: 5px solid var(--color_bg_2);
margin: 0px;
border-top: 0px;
align-items: center;
padding: 0px 40px 0px 40px;
}
......@@ -96,4 +94,13 @@ main p {
main a:link {
text-decoration: underline;
color: rgb(62, 62, 255);
}
footer {
color: white;
display: flex;
background-color: var(--color_bg_1);
border-top: 5px solid var(--color_bg_2);
align-items: center;
padding: 0px 40px 0px 40px;
}
\ No newline at end of file
......@@ -42,5 +42,9 @@
</main>
<footer>
logos, liens...
</footer>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment