Skip to content
Snippets Groups Projects
Commit 24019ad5 authored by clement's avatar clement
Browse files

c

parent 5c23905f
No related branches found
No related tags found
No related merge requests found
......@@ -5,17 +5,12 @@
/* Set the fixed height of the footer here */
height: 30px;
background-color: #108a93;
}
.footer-container {
width: auto;
max-width: 680px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
color: black;
}
.text-footer {
text-align: center;
color: black;
}
\ No newline at end of file
<div id="footer">
<div class="footer-container">
<p class="text-footer">NF17 - ©Team CAMP 2014 - Developed by Matthieu GUFFROY, Clément MERCIER, Alexandre CORTYL & Paul GOUJON</p>
</div>
</div>
......
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