From 6c27f3875dd1ed224a1fff49624dc0184bbd6ed7 Mon Sep 17 00:00:00 2001 From: "remi.biette" Date: Thu, 16 May 2019 14:49:29 +0200 Subject: [PATCH] Bandeau V2 suppression fonction --- WEB/ressources/navbarhtml.css | 39 +++++++++++++++++++++++++++++++++++ WEB/ressources/navbarhtml.php | 29 +++++++++++++++++--------- 2 files changed, 58 insertions(+), 10 deletions(-) create mode 100644 WEB/ressources/navbarhtml.css diff --git a/WEB/ressources/navbarhtml.css b/WEB/ressources/navbarhtml.css new file mode 100644 index 0000000..dd8061b --- /dev/null +++ b/WEB/ressources/navbarhtml.css @@ -0,0 +1,39 @@ +#menuDiv{ + width: 100%; + display: block; +} + +#menuDiv a{ + font-family: "Arial"; + font-size: 1em; +} + +#menu { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + background-color: rgb(65, 154, 28); +} + +.menuItem { + display: flex; + flex-wrap: nowrap; + align-items: center; + justify-content: center; + color: white; + width: 10%; + min-width: 5em; + font-weight: bold; + text-decoration: none; + padding: 0.8em; + border-bottom: 4px solid rgb(65, 154, 28); + border-top: 4px solid rgb(65, 154, 28); + font-size: 1.1em; + text-align: center; +} + +.menuItem:hover{ + cursor: pointer; + border-bottom: 4px solid orange; +} \ No newline at end of file diff --git a/WEB/ressources/navbarhtml.php b/WEB/ressources/navbarhtml.php index 79d979b..4902d71 100644 --- a/WEB/ressources/navbarhtml.php +++ b/WEB/ressources/navbarhtml.php @@ -1,10 +1,19 @@ - + + \ No newline at end of file