Skip to content

Instantly share code, notes, and snippets.

@spiaust
spiaust / index.html
Last active July 1, 2019 15:46
Popup Contact Form
<div id="contact">Contact</div>
<div id="contactForm">
<h1>Keep in touch!</h1>
<small>I'll get back to you as quickly as possible</small>
<form action="#">
<input placeholder="Name" type="text" required />
<input placeholder="Email" type="email" required />