Skip to content
Snippets Groups Projects
Select Git revision
  • b8f3911d9ac1d0b17f22101a1d6c47ab8430ef80
  • main default protected
2 results

tiger_cat.jpg:Zone.Identifier

Blame
  • Forked from Dellandrea Emmanuel / MOD_4_6-TD2
    Source project has a limited visibility.
    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 */
    }