<form action="https://formspree.io/lampv606.test@gmail.com" method="POST">
<input type="text" name="name" placeholder="Name">
<input type="email" name="email" placeholder="Email">
<textarea type="text" name="message" placeholder="Message"></textarea>
<input type="submit" value="Send">
</form>
body { text-align: center;}
input, textarea {
display: block;
margin: 10px;
padding: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.