footer
This commit is contained in:
parent
d811f9379d
commit
acb6109b51
|
@ -199,6 +199,7 @@ if (isset($_POST['xd_check'])){
|
|||
?>
|
||||
</section>
|
||||
<footer>
|
||||
<a href="/p/About">A propos</a><a href="/p/legals">Mentions légales</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -28,12 +28,12 @@ header h1{
|
|||
float: right;
|
||||
|
||||
}
|
||||
#menus{
|
||||
#menus, footer{
|
||||
margin-left: 50px;
|
||||
width:100%;
|
||||
display: table;
|
||||
}
|
||||
#menus a{
|
||||
#menus a, footer{
|
||||
color: #fff;
|
||||
display: table-cell;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user