From 7a29d4d12d1e43b2925d76f4932d462661d1eee6 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 24 Apr 2025 13:29:28 +0200 Subject: [PATCH] plus de style --- style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index cacb630..b92a97c 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,15 @@ body { - margin: 1rem; + margin: 0; + padding: 1rem; + height: calc(100vh - 2rem); + display: flex; + flex-flow: column; + justify-content: space-evenly; } .grille { margin: 2rem auto; + width: unset; } .grille table { @@ -57,7 +63,16 @@ input[disabled] { justify-content: space-evenly; } +.definitions .horizontales, +.definitions .verticales { + width: 45%; +} + .definitions h2 { font-variant-caps: petite-caps; text-align: center; +} + +li::marker { + font-weight: bold; } \ No newline at end of file