From 000d35bfb4efb68f6e134acfe47253877e1893c4 Mon Sep 17 00:00:00 2001 From: Christophe-Marie Duquesne Date: Sun, 6 Dec 2015 18:00:18 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feuille_de_style.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/feuille_de_style.css b/feuille_de_style.css index 059d833..e3f8866 100644 --- a/feuille_de_style.css +++ b/feuille_de_style.css @@ -20,12 +20,12 @@ h3 #tout { font-family: Georgia, “Nimbus Roman No9 L”, serif; - margin-left: auto; - margin-right: auto; - max-width: 800px; - background-color: #fff5f5; - padding: 50px; - box-shadow: 0px 0px 10px 0px #d8d8d8; + margin-left: auto; + margin-right: auto; + max-width: 800px; + background-color: #fff5f5; + padding: 50px; + box-shadow: 0px 0px 10px 0px #d8d8d8; } @@ -43,10 +43,6 @@ h3 .definition { padding: 1px 2px 1px 2px; -} - -.definition -{ margin-left: 10px; }