Last active
February 29, 2024 11:36
-
-
Save estefanionsantos/d8ee8f690729a94191b40c9ba1a3ee67 to your computer and use it in GitHub Desktop.
Inline form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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