This commit is contained in:
2026-04-03 15:53:32 +02:00
parent 23b73512e6
commit 0ceb856272
2 changed files with 20 additions and 4 deletions

View File

@@ -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 {