Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created February 29, 2024 11:30
Show Gist options
  • Save estefanionsantos/52c62b83ab52722e6cdea66f85abf98c to your computer and use it in GitHub Desktop.
Save estefanionsantos/52c62b83ab52722e6cdea66f85abf98c to your computer and use it in GitHub Desktop.
Stacked Form
<form>
<div class="row">
<div class="gr gr_8 gr_md_12">
<div class="row">
<div class="gr gr_12 gr_field">
<input type="email" name="email" placeholder="Email" />
</div>
</div>
<div class="row">
<div class="gr gr_12 gr_field">
<input type="password" name="password" placeholder="Password" />
</div>
</div>
<div class="row">
<div class="gr gr_12">
<button class="bt bt_prm">Send</button>
</div>
</div>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment