Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active February 29, 2024 11:36
Show Gist options
  • Save estefanionsantos/d8ee8f690729a94191b40c9ba1a3ee67 to your computer and use it in GitHub Desktop.
Save estefanionsantos/d8ee8f690729a94191b40c9ba1a3ee67 to your computer and use it in GitHub Desktop.
Inline form
<form>
<div class="row row_fluid">
<div class="gr gr_4 gr_field gr_md_12">
<input type="email" name="email" placeholder="Email" />
</div>
<div class="gr gr_4 gr_field gr_md_12">
<input type="password" name="password" placeholder="password" />
</div>
<div class="gr gr_4">
<button class="bt bt_prm">Send</button>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment