Skip to content
Snippets Groups Projects
Commit eb13ef65 authored by goujonpa's avatar goujonpa
Browse files
parents 5479bb5a 24019ad5
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>
......
......@@ -13,7 +13,7 @@
<link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/bootstrap.css">
<link href="http://tuxa.sme.utc/~nf17p110/css/sticky-footer.css" rel="stylesheet">
<link rel="stylesheet" href="http://tuxa.sme.utc/~nf17p110/css/custom_bootstrap.css">
<!-- Optional theme -->
......
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