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