Select Git revision
grilleExpert.csv
style.css 1.12 KiB
.board.black-perspective {
transform: rotate(180deg);
transform-origin: center;
}
.btn-primary {
background-color: rgb(243, 8, 149) !important; /* Change la couleur des boutons primaires */
border-radius: 10px; /* Arrondi les bords */
}
body {
font-family: 'Libre Baskerville', serif; /* Utilisation de la police de style rétro */
background-image: url('fond-ecran.jpg') !important; /* Remplace par le nom de ton fichier */
background-size: cover !important; /* Ajuste l'image pour qu'elle couvre tout l'écran */
background-position: center !important; /* Centre l'image */
background-repeat: no-repeat !important; /* Empêche la répétition */
background-color:rgb(0, 0, 0)
}
#echec-message {
font-family: 'Anton', sans-serif;
font-weight: bold;
font-size: 2rem; /* Taille du texte pour bien le voir */
color: rgb(0, 0, 0); /* Ou une autre couleur qui attire l'attention */
}
#echec-et-mat-message {
font-family: 'Anton', sans-serif;
font-weight: bold;
font-size: 2rem; /* Taille du texte pour bien le voir */
color: red; /* Ou une autre couleur qui attire l'attention */
}