Last active
June 27, 2018 05:16
-
-
Save estefanionsantos/927ea4e1ce726d49f7988a63fa34519e to your computer and use it in GitHub Desktop.
simple 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
<div class="row row_fluid"> | |
<div class="grid grid_4 grid_md_6 grid_sm_12 fill_lg_outside_bottom input_field"> | |
<input type="text" placeholder="Name"/> | |
</div> | |
<div class="grid grid_4 grid_md_6 grid_sm_12 fill_lg_outside_bottom input_field"> | |
<input type="text" placeholder="Email"/> | |
</div> | |
<div class="grid grid_4 grid_md_12 input_field"> | |
<input type="text" placeholder="Work"/> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="grid grid_12 tx_right"> | |
<button class="bt bt_primary">Send</button> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment