ajout d'une icon game et suppression du texte game
This commit is contained in:
parent
3a26e58fb4
commit
b31430469e
@ -5,4 +5,10 @@ body
|
|||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:100% 100%;
|
background-position:100% 100%;
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconGame
|
||||||
|
{
|
||||||
|
width: 13%;
|
||||||
|
height: 23%;
|
||||||
}
|
}
|
BIN
SRC/public/pictures/pic/Game.png
Normal file
BIN
SRC/public/pictures/pic/Game.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
@ -1,7 +1,7 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
||||||
<br>
|
<br>
|
||||||
<center><h1>Games</h1></center>
|
<center><img src="/pictures/pic/game.png" alt="Game" class="iconGame"/></center>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Reference in New Issue
Block a user