From cbab579ea64e86ed93e8efb9a5119952c41adc72 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 29 Nov 2015 10:42:54 +0100 Subject: [PATCH] css a ameliorer, apres que je me sois fait une citronade --- html/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/html/style.css b/html/style.css index 137e61e..a97a8b6 100644 --- a/html/style.css +++ b/html/style.css @@ -54,3 +54,12 @@ section{ overflow: hidden; width: 90%; } +article{ + float: left; + width:70%; +} +aside{ + float:right; + width: 28%; +} +