commit ListeIngr

This commit is contained in:
2026-04-03 12:00:50 +02:00
parent 553c0e9689
commit 22d80b8a07
5 changed files with 111 additions and 0 deletions

View File

@@ -485,11 +485,37 @@ ul {
padding-top: 20px;
}
.liste-ingr-elem {
display: flex;
height: 100px;
padding:5px;
background-color: #c6fdefe0;
color: #000000;
border: 1px solid black;
border-radius: 10px;
box-shadow: 1px 1px 1px black;
}
.liste-ingr-elem-text {
width: 100%;
height: 100%;
flex:12;
padding-left: 20px;
line-height: 100px;
}
.ingr-image {
flex: 1;
border: 1px solid black;
border-radius: 10px;
}
/*Footer et son contenue*/
footer{
padding: 25px;
background: rgb(11, 189, 144);
color: white;
border-top: 1px solid black;
}