This commit is contained in:
2026-04-03 13:43:57 +02:00
parent 22d80b8a07
commit 8712caac33
5 changed files with 47 additions and 2 deletions

View File

@@ -496,12 +496,23 @@ ul {
box-shadow: 1px 1px 1px black;
}
.liste-ingr-elem:hover {
border:3px solid #007054;
box-shadow: 2px 2px 10px black;
}
.liste-ingr-elem-text {
width: 100%;
height: 100%;
flex:12;
padding-left: 20px;
line-height: 100px;
color: #000000;
}
.liste-ingr-elem-modif {
line-height: 100px;
padding-right: 20px;
}
.ingr-image {
@@ -510,6 +521,11 @@ ul {
border-radius: 10px;
}
a {
text-decoration: none;
color: black;
}
/*Footer et son contenue*/
footer{
padding: 25px;