Finalisation page reponse (page lorsqu'on soumet le form)
This commit is contained in:
@@ -1167,4 +1167,15 @@ Couleur texte : #FFEFE5
|
|||||||
.credits div.grilleDroite:hover,
|
.credits div.grilleDroite:hover,
|
||||||
.credits div.grilleGauche:hover {
|
.credits div.grilleGauche:hover {
|
||||||
background-color: rgba(39, 58, 86, 90%);
|
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;
|
||||||
}
|
}
|
||||||
BIN
www/images/ImagesReponse/Merci.png
Normal file
BIN
www/images/ImagesReponse/Merci.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -4,11 +4,34 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Merci de vos commentaire</title>
|
<link rel="icon" href="images/F4vicon.ico">
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
<script src="js/script.js"></script>
|
||||||
|
<title>Crédits</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
Page de retour du formulaire.
|
<nav>
|
||||||
|
<a href="index.html" class="boutonAccueil"><img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4"></a>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="aPropos.html">À propos</a></li>
|
||||||
|
<li><a href="team.html">L'équipe</a></li>
|
||||||
|
<li><a href="histoire.html">Histoire de DE</a></li>
|
||||||
|
<li><a href="lore.html">Univers Sci-fi</a></li>
|
||||||
|
<li><a href="missions.html">Missions</a></li>
|
||||||
|
<li><a href="armures.html">Armures</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main class="reponse">
|
||||||
|
<br>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>© Jérémy Hébert. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
|
||||||
|
<p id="updateDate">DATE_WEBSITE</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user