refonte page game
This commit is contained in:
@ -67,6 +67,38 @@ nav input {
|
||||
border-radius: 20px;
|
||||
border: 3px solid black;
|
||||
}
|
||||
|
||||
.text-center
|
||||
{
|
||||
margin-top: 6%;
|
||||
text-align: center;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.text-center img
|
||||
{
|
||||
height: 250px;
|
||||
margin: 2%;
|
||||
|
||||
}
|
||||
.text-center img:hover
|
||||
{
|
||||
padding-bottom : 5px;
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
.titreIcon
|
||||
{
|
||||
text-align:center;
|
||||
margin-top: 2%;
|
||||
|
||||
}
|
||||
|
||||
.titreIcon img
|
||||
{
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user