From d0cb6545252124937572016a82eefaac99d6963b Mon Sep 17 00:00:00 2001 From: "raphael.palaffre" Date: Mon, 20 May 2019 17:09:43 +0200 Subject: [PATCH] modification page deposer avis --- WEB/deposer_avis/deposer_avis.css | 11 ++++++++- WEB/deposer_avis/deposer_avis.html | 28 +++++++++++++++++----- WEB/deposer_avis/deposer_avis.php | 38 ++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 7 deletions(-) diff --git a/WEB/deposer_avis/deposer_avis.css b/WEB/deposer_avis/deposer_avis.css index 8531f3e..7930696 100644 --- a/WEB/deposer_avis/deposer_avis.css +++ b/WEB/deposer_avis/deposer_avis.css @@ -1,3 +1,10 @@ +/* +Crée par PALAFFRE Raphael +Fonction:Depot d'avis +Page PHP : deposer_avis.php +Page HTML : deposer_avis.html +*/ + body { color:black; background-color:white; @@ -33,16 +40,18 @@ h1{ .rating { direction: rtl; } + .rating a { color: #aaa; text-decoration: none; font-size: 3em; transition: color .4s; } + .rating a:hover, .rating a:focus, .rating a:hover ~ a, .rating a:focus ~ a { color: orange; cursor: pointer; -} +} \ No newline at end of file diff --git a/WEB/deposer_avis/deposer_avis.html b/WEB/deposer_avis/deposer_avis.html index 5c84a0f..aede655 100644 --- a/WEB/deposer_avis/deposer_avis.html +++ b/WEB/deposer_avis/deposer_avis.html @@ -1,3 +1,10 @@ + + @@ -18,15 +25,24 @@
+

NOTE

-
+ +
+ + + + + + + + + +
+
+
diff --git a/WEB/deposer_avis/deposer_avis.php b/WEB/deposer_avis/deposer_avis.php index e69de29..039b31d 100644 --- a/WEB/deposer_avis/deposer_avis.php +++ b/WEB/deposer_avis/deposer_avis.php @@ -0,0 +1,38 @@ + + + \ No newline at end of file