From 291874393f28d31764b6fa5331c137658e560fbb Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 28 Nov 2015 11:47:36 +0100 Subject: [PATCH] =?UTF-8?q?un=20chouilla=20de=20css=20avant=20d'aller=20fa?= =?UTF-8?q?ire=20=C3=A0=20manger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index 56b468b..f5f32ea 100644 --- a/html/style.css +++ b/html/style.css @@ -29,5 +29,17 @@ header h1{ } #menus{ - width:100%; + margin-left: 50px; + width:100%; + display: table; +} +#menus a{ + color: #fff; + display: table-cell; + text-decoration: none; + text-align: center; +} +.selected{ + color:#000000; + background-color:#fff; }