Skip to content

Instantly share code, notes, and snippets.

View wongkevinmanuel's full-sized avatar
🏠
Working from home

Kevin wongkevinmanuel

🏠
Working from home
View GitHub Profile
@wongkevinmanuel
wongkevinmanuel / index.html
Created August 19, 2018 16:34
MINIMALISTIC FORM
<header>MINIMALISTIC FORM</header>
<form id="form" class="topBefore">
<input id="name" type="text" placeholder="NAME">
<input id="email" type="text" placeholder="E-MAIL">
<textarea id="message" type="text" placeholder="MESSAGE"></textarea>
<input id="submit" type="submit" value="GO!">
</form>