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;