From 875f666e617475f2730ec6e0ebbf14835f1b7c6b Mon Sep 17 00:00:00 2001 From: Fallstar Date: Sun, 16 Mar 2014 09:26:17 +0100 Subject: Ce que tu m'as dit hier, du cuop le bandeau n'est plus un header mais à nouveau un div. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f1d8e21..32aa4be 100644 --- a/style.css +++ b/style.css @@ -4,13 +4,13 @@ body{ } -titre{ +header{ font-size: 1.8em; text-decoration: underline; color: #FE2FA5; } -header{ +div#bandeau{ margin-left: 20em; width: 70%; height: 5em; @@ -18,12 +18,12 @@ header{ border-radius: 1em; } -div#sidebar{ +aside{ float: left; width: 13em; } -div#menu{ +nav{ width: 13em; border: solid black 1px; border-radius: 1em; @@ -36,11 +36,11 @@ div#screenshots{ border-radius: 0.5em; } -article{ +section{ margin-left: 15em; } -div#entree{ +article{ border: solid black 1px; border-radius: 1em; margin-left: 2em; -- cgit v1.2.3-54-g00ecf