This commit is contained in:
gnieark 2015-12-09 20:31:49 +01:00
parent d811f9379d
commit acb6109b51
2 changed files with 3 additions and 2 deletions

View File

@ -199,6 +199,7 @@ if (isset($_POST['xd_check'])){
?> ?>
</section> </section>
<footer> <footer>
<a href="/p/About">A propos</a><a href="/p/legals">Mentions légales</a>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -28,12 +28,12 @@ header h1{
float: right; float: right;
} }
#menus{ #menus, footer{
margin-left: 50px; margin-left: 50px;
width:100%; width:100%;
display: table; display: table;
} }
#menus a{ #menus a, footer{
color: #fff; color: #fff;
display: table-cell; display: table-cell;
text-decoration: none; text-decoration: none;