2fbbc8fe77
Conflicts: SRC/app/Http/Controllers/ReferentController.php SRC/public/css/game.css SRC/public/css/home.css SRC/resources/views/referent.blade.php SRC/resources/views/referent_games.blade.php
19 lines
298 B
CSS
19 lines
298 B
CSS
body
|
|
{
|
|
background-image:url("../pictures/homePic/fond.jpg");
|
|
background-attachment:fixed;
|
|
background-repeat:no-repeat;
|
|
background-position:100% 100%;
|
|
background-size:cover;
|
|
<<<<<<< HEAD
|
|
}
|
|
=======
|
|
}
|
|
|
|
.iconGame
|
|
{
|
|
width: 13%;
|
|
height: 23%;
|
|
}
|
|
>>>>>>> 407a955444da6207f59c5f05d283275510b2169c
|