From 6249729fccc7ebf213ecfe940af06b4f9956c615 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 24 Apr 2025 20:17:47 +0200 Subject: [PATCH] style --- style.css | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/style.css b/style.css index 66d5c86..cef3868 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body { display: flex; flex-flow: column; justify-content: space-evenly; + font-family: Times, "Times New Roman", Georgia, serif; } h1 table { @@ -27,24 +28,6 @@ h2 { 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 td { width: 30px; @@ -52,6 +35,29 @@ h2 { 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 { background-color: black; } @@ -82,3 +88,7 @@ h2 { .definitions li::marker { font-weight: bold; } + +footer { + text-align: center; +} \ No newline at end of file