définitions

This commit is contained in:
2025-04-24 04:54:58 +02:00
parent b70b8cdc56
commit 1075f4e9e8
5 changed files with 2505 additions and 2470 deletions

31
style.css Normal file
View File

@ -0,0 +1,31 @@
body {
margin: 1rem;
}
.grille {
margin: 2rem auto;
border-collapse: collapse;
}
th, td {
width: 30px;
height: 30px;
text-align: center;
}
td {
border: 1px solid black;
}
.case.noire {
background-color: black;
}
.definitions {
display: flex;
justify-content: space-evenly;
}
.definitions h2 {
font-variant-caps: petite-caps;
}