This commit is contained in:
Adrien MALINGREY 2025-04-24 20:17:47 +02:00
parent 3834e579a6
commit 6249729fcc

View File

@ -5,6 +5,7 @@ body {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
justify-content: space-evenly; justify-content: space-evenly;
font-family: Times, "Times New Roman", Georgia, serif;
} }
h1 table { h1 table {
@ -27,24 +28,6 @@ h2 {
margin: 0 auto; margin: 0 auto;
} }
.grille tr:nth-of-type(2) td {
border-top: 3px solid black;
}
.grille tr:last-of-type td {
border-bottom: 3px solid black;
}
.grille td:first-of-type {
border-left: 3px solid black;
}
.grille td:last-child {
border-right: 3px solid black;
}
.grille td {
border: 1px solid black;
padding: 2px;
}
.grille th, .grille th,
.grille td { .grille td {
width: 30px; width: 30px;
@ -52,6 +35,29 @@ h2 {
text-align: center; text-align: center;
} }
.grille td {
border: 1px solid black;
padding: 2px;
font-family: "Comic Sans MS", "Comic Sans", cursive, sans;
}
.grille tr:nth-of-type(2) td {
border-top-width: 3px;
}
.grille tr:last-of-type td {
border-bottom-width: 3px;
}
.grille td:first-of-type {
border-left-width: 3px;
}
.grille td:last-child {
border-right-width: 3px;
}
.grille .case.noire {
background-color: black;
}
.grille .case.noire { .grille .case.noire {
background-color: black; background-color: black;
} }
@ -82,3 +88,7 @@ h2 {
.definitions li::marker { .definitions li::marker {
font-weight: bold; font-weight: bold;
} }
footer {
text-align: center;
}