footer
This commit is contained in:
parent
d811f9379d
commit
acb6109b51
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user