Change navbarhtml
This commit is contained in:
parent
4ea87ca98a
commit
ed027f92d0
BIN
WEB/ressources/logo.png
Normal file
BIN
WEB/ressources/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#menuDiv a{
|
#menuDiv a{
|
||||||
font-family: "Arial";
|
font-family: Ubuntu,Helvetica,sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -16,6 +16,11 @@
|
|||||||
background-color: rgb(65, 154, 28);
|
background-color: rgb(65, 154, 28);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo{
|
||||||
|
height: 100%;
|
||||||
|
margin-left: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
.menuItem {
|
.menuItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@ -35,5 +40,5 @@
|
|||||||
|
|
||||||
.menuItem:hover{
|
.menuItem:hover{
|
||||||
cursor: pointer;
|
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">
|
<div id="menuDiv">
|
||||||
<nav id="menu">
|
<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 ; ?>/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 publiés</a>
|
||||||
<a class="menuItem" href="<?php echo $path ; ?>/inscription.php">Trajets réservés</a>
|
<a class="menuItem" href="<?php echo $path ; ?>/inscription.php">Trajets réservés</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user