From a895bb66ee7e5c5293c67151399ceeb781ab9765 Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Fri, 6 Mar 2015 10:51:13 +0100 Subject: [PATCH] maj css et icon --- SRC/public/css/game.css | 9 +++++++-- SRC/public/css/home.css | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/SRC/public/css/game.css b/SRC/public/css/game.css index 45805af..c3ad405 100755 --- a/SRC/public/css/game.css +++ b/SRC/public/css/game.css @@ -1,3 +1,8 @@ +html +{ + width:100%; +} + body { background-image:url("../pictures/homePic/fond.jpg"); @@ -8,6 +13,6 @@ body } .iconGame { - width: 10%; - height: 20%; + width: 105px; + height: 105px; } diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css index 3c7db9b..742ebf9 100755 --- a/SRC/public/css/home.css +++ b/SRC/public/css/home.css @@ -1,3 +1,8 @@ +html +{ + width: 100%; +} + body { background-image:url("../pictures/homePic/fond.jpg"); background-attachment:fixed;