mirror of https://github.com/reiyua/reiyua.lol.git
Make formx boxes stack on top of each other.
This commit is contained in:
parent
b341f9f934
commit
2e6f96e231
|
@ -31,11 +31,17 @@
|
|||
<div class="form-container">
|
||||
<form action="http://formspree.io/rei@reiyua.lol">
|
||||
<label for="Name">Name:</label>
|
||||
<br>
|
||||
<input type="name" name="Name">
|
||||
<br>
|
||||
<label for="_replyto">Email:</label>
|
||||
<br>
|
||||
<input type="email" name="_replyto">
|
||||
<br>
|
||||
<label for="body">Message:</label>
|
||||
<br>
|
||||
<textarea name="body"></textarea>
|
||||
<br>
|
||||
<input type="submit" value="Send">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue