j'ai pas de live server je fais vraiment les test sur mon vps .w.
This commit is contained in:
parent
a1a0597198
commit
b97030ad4e
@ -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") ?>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user