j'ai pas de live server je fais vraiment les test sur mon vps .w.

This commit is contained in:
Djalim Simaila 2021-11-18 15:17:21 +01:00
parent a1a0597198
commit b97030ad4e
3 changed files with 18 additions and 0 deletions

View File

@ -45,6 +45,9 @@
<img src="img/thomas.jpeg" alt="thomas" class="">
<p>Thomas RUBINI</p>
</a>
<p>
N'hesitez pas a faire par de votre avis !
</p>
</section>
</main>
<?php include("footer.php") ?>

View File

@ -3,6 +3,7 @@
<h2>Donnez nous votre avis !</h2>
<form id="form" action="mailto:staff@dontmeetme.hopto.org" method="get" enctype="text/plain">
<textarea name="body" id="txtfeedback" cols="70" rows="2" placeholder="Donnez votre avis sur le site"></textarea>
<input name="subject" type="hidden" value="Avis sur le site" />
<input id="send" type="submit" value="Envoyer">
</form>
</section>

View File

@ -0,0 +1,14 @@
body {
background-color: pink;
background-repeat: repeat;
background-position: center;
}
header{
display: flex;
align-items: center;
gap: 1rem;
justify-content: space-between;
width: 50vw;
}