From 0ceb85627233ff14292c7c2ef562f3465e511ad0 Mon Sep 17 00:00:00 2001 From: Lycano Date: Fri, 3 Apr 2026 15:53:32 +0200 Subject: [PATCH] jijza --- ajout.php | 3 +++ main.css | 21 +++++++++++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ajout.php b/ajout.php index e54d1ae..d74a9c6 100644 --- a/ajout.php +++ b/ajout.php @@ -14,6 +14,7 @@
+

Nouvelle Recette :

@@ -55,6 +56,7 @@
+

Nouvelle Ingrédient :

@@ -70,6 +72,7 @@
+

Nouveau Tag :

diff --git a/main.css b/main.css index e264f03..4b9e892 100644 --- a/main.css +++ b/main.css @@ -57,7 +57,7 @@ nav { padding: 10px; } -.nav-list { +.nav-list{ list-style-type: none; margin: 0; padding: 0; @@ -67,6 +67,15 @@ nav { border-radius: 40px; } +.nav-list li { + /*border: 1px solid black;*/ + border-radius: 2000px; +} + +.nav-list li:hover { + background-color: #00d8a2; +} + .nav-element { line-height: 2.5; @@ -85,12 +94,13 @@ nav { #login { border: 1px solid black; - border-radius: 6px; + border-radius: 2000px; background-color: #ffc478; } #login:hover { background-color: #0bbd90; + box-shadow: 1px 1px 7px black; } /*Body et son contenu */ @@ -191,6 +201,7 @@ nav { background-clip: border-box; padding-right: 2%; padding-left: 2%; + padding-bottom: 5px; overflow: hidden; } @@ -449,6 +460,7 @@ ul { .btn:hover { background-color: #0bbd90; + box-shadow: none; } .form-control { @@ -466,8 +478,9 @@ ul { margin: 10px; padding: 10px; border: 1px solid black; - background: white; + background: #fff9f1; border-radius: 20px; + box-shadow: 2px 2px 3px #a06100; } .recette-form-group { @@ -477,7 +490,7 @@ ul { } #recette-form-div-desc { - height: 300px; + height: 220px; } #recette-form-description {