retour du récursif

This commit is contained in:
2025-04-30 14:06:14 +02:00
parent 590e9ab3ec
commit 64e4113aa7
3 changed files with 70 additions and 66 deletions

View File

@ -43,23 +43,17 @@ h2 {
.grille-et-definitions {
display: flex;
flex-flow: row;
justify-content: space-around;
justify-content: space-evenly;
flex-wrap: wrap;
height: max-content;
align-items: flex-start;
margin: auto;
}
.grille {
display: flex;
flex-flow: column;
justify-content: center;
margin: auto 0;
flex-grow: 1;
align-items: center;
}
.grille table {
border-collapse: collapse;
margin: auto;
margin: 0 auto;
height: fit-content;
}
.grille th,
@ -114,6 +108,10 @@ h2 {
background-color: black;
}
.grille input::placeholder {
color: transparent;
}
.definitions {
width: 30%;
}
@ -164,7 +162,7 @@ button[type='submit'] {
button[type='submit'] {
width: 100%;
margin: 0 auto;
margin: auto;
border: none;
background: none;
font-family: inherit;