14 lines
225 B
CSS
Executable File
14 lines
225 B
CSS
Executable File
body
|
|
{
|
|
background-image:url("../pictures/homePic/fond.jpg");
|
|
background-attachment:fixed;
|
|
background-repeat:no-repeat;
|
|
background-position:100% 100%;
|
|
background-size:cover;
|
|
}
|
|
.iconGame
|
|
{
|
|
width: 10%;
|
|
height: 20%;
|
|
}
|