Public Access
5
0

Finalisation page reponse (page lorsqu'on soumet le form)

This commit is contained in:
2025-11-30 20:41:49 -05:00
parent a5b9155d6d
commit caf02fadc3
3 changed files with 36 additions and 2 deletions

View File

@@ -1167,4 +1167,15 @@ Couleur texte : #FFEFE5
.credits div.grilleDroite:hover,
.credits div.grilleGauche:hover {
background-color: rgba(39, 58, 86, 90%);
}
/****************************/
/* PAGE: Reponse */
/* AUTEUR: Stanislas & Jeremy */
/****************************/
.reponse {
background: #C19F8A url("../images/ImagesReponse/Merci.png") center;
background-size: cover;
background-position: top;
color: #ffefe5;
}