premier jet

This commit is contained in:
2024-04-25 00:11:53 +02:00
commit c889fbcb01
8 changed files with 5551 additions and 0 deletions

29
style.css Normal file
View File

@@ -0,0 +1,29 @@
h1 {
text-align: center;
}
#grille {
width: fit-content;
margin: auto;
}
#grille input[type=text] {
font-size: 2em;
text-transform: capitalize;
width: 1.2em;
height: 1.2em;
padding: 0.2rem;
text-align: center;
border-radius: 0.3rem;
}
.lettre-bien-placee {
background-image: linear-gradient(#D93526A0, #D93526A0);
background-clip: content-box;
}
.lettre-mal-placee {
background-image: radial-gradient(ellipse at center, #FFBF00A0 70%, transparent 70%);
background-origin: content-box;
background-repeat: no-repeat;
}