From e1ac314487929b7c2fe7ffbe83be4f325eac4e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20MANSON?= Date: Wed, 5 Oct 2016 21:51:51 +0200 Subject: [PATCH] corrections de fautes de frappes dans code html et css --- css/style.css | 37 +++++++++++++++++++++---------------- index.html | 18 +++++++++--------- 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/css/style.css b/css/style.css index 2696830..0c865f6 100644 --- a/css/style.css +++ b/css/style.css @@ -3,30 +3,35 @@ margin-left: auto; margin-right: auto; width: 317px; -} + } -.navserv li,.navsite li{display:inline;} -.navserv { - float:left; -} -.navsite {float right} +.navserv li,.navsite li{ + display:inline; + top:0; + } + +.navserv{ + text-align:left; + } + +.navsite{ + text-align:right; + } -section -{ +section{ margin-left: 30px; margin-right: auto; width: 50%; display:inline-block; -} -aside -{ + } + +aside{ float:right; width: 25%; display:inline-block; -} -footer -{ + } + +footer{ display:inline; text-align:center; -} - + } \ No newline at end of file diff --git a/index.html b/index.html index e85bc4f..bcc79bd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
- + - +