Change navbarhtml

admin
raphael.palaffre 5 years ago
parent 4ea87ca98a
commit ed027f92d0

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

@ -4,7 +4,7 @@
}
#menuDiv a{
font-family: "Arial";
font-family: Ubuntu,Helvetica,sans-serif;
font-size: 1em;
}
@ -16,6 +16,11 @@
background-color: rgb(65, 154, 28);
}
#logo{
height: 100%;
margin-left: 2%;
}
.menuItem {
display: flex;
flex-wrap: nowrap;
@ -35,5 +40,5 @@
.menuItem:hover{
cursor: pointer;
border-bottom: 4px solid orange;
border-bottom: 4px solid rgb(23, 23, 23);
}

@ -6,6 +6,7 @@ if (file_exists("./inscription.php")) {
?>
<div id="menuDiv">
<nav id="menu">
<a href="index.html"> <img src="logo.png" alt="logo Upssi'Covoit" id="logo"/> </a>
<a class="menuItem" href="<?php echo $path ; ?>/tableauBord/tableauBord.php">Tableau de bord</a>
<a class="menuItem" href="<?php echo $path ; ?>/inscription.php">Trajets publiés</a>
<a class="menuItem" href="<?php echo $path ; ?>/inscription.php">Trajets réservés</a>

Loading…
Cancel
Save