maj css et icon

This commit is contained in:
Jerome Morjon 2015-03-06 10:51:13 +01:00
parent 9d66bf0b91
commit a895bb66ee
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
html
{
width:100%;
}
body body
{ {
background-image:url("../pictures/homePic/fond.jpg"); background-image:url("../pictures/homePic/fond.jpg");
@ -8,6 +13,6 @@ body
} }
.iconGame .iconGame
{ {
width: 10%; width: 105px;
height: 20%; height: 105px;
} }

View File

@ -1,3 +1,8 @@
html
{
width: 100%;
}
body { body {
background-image:url("../pictures/homePic/fond.jpg"); background-image:url("../pictures/homePic/fond.jpg");
background-attachment:fixed; background-attachment:fixed;