diff --git a/WEB/ressources/logo.png b/WEB/ressources/logo.png new file mode 100644 index 0000000..a8cdc60 Binary files /dev/null and b/WEB/ressources/logo.png differ diff --git a/WEB/ressources/navbarhtml.css b/WEB/ressources/navbarhtml.css index dd8061b..8bbff71 100644 --- a/WEB/ressources/navbarhtml.css +++ b/WEB/ressources/navbarhtml.css @@ -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); } \ No newline at end of file diff --git a/WEB/ressources/navbarhtml.php b/WEB/ressources/navbarhtml.php index c86e3fc..7a03194 100644 --- a/WEB/ressources/navbarhtml.php +++ b/WEB/ressources/navbarhtml.php @@ -6,6 +6,7 @@ if (file_exists("./inscription.php")) { ?>