Skip to content

Instantly share code, notes, and snippets.

@jabaltorres
Last active December 17, 2015 04:06
Show Gist options
  • Save jabaltorres/c71f0c898fd52c501a96 to your computer and use it in GitHub Desktop.
Save jabaltorres/c71f0c898fd52c501a96 to your computer and use it in GitHub Desktop.
Form on DLS component list
<section id="forms" class="row section">
<div class="large-12 columns">
<h1>Forms</h1>
</div>
<span class="gist"><a class="icon icon-ajmn-embed" href="https://gist.github.com/capitalJT/c71f0c898fd52c501a96" target="_blank"></a></span>
<hr>
<div class="large-12 columns">
<div class="medium-4 columns">
<form action="#">
<label>Name
<input type="text" placeholder="Enter Your Name">
</label>
<label>Email
<input type="email" placeholder="Enter Your Email">
</label>
<label>URL
<input type="url" placeholder="Website if you got one">
</label>
<label>Comment
<textarea rows="5" placeholder="Write your comment here"></textarea>
</label>
<input class="button expand" type="submit" value="Submit">
</form>
</div><!-- end .medium-4 -->
<div class="medium-4 columns">
<form action="#">
<label>User Name
<input type="text">
</label>
<label>Password
<input type="password">
</label>
<input class="button expand" type="submit">
</form>
</div><!-- end .medium-4 -->
<div class="medium-4 columns">
<form action="#">
<input type="text" placeholder="User Name">
<input type="password" placeholder="Password">
<input class="button expand" type="submit">
</form>
</div><!-- end .medium-4 -->
</div>
</section>
@jabaltorres
Copy link
Author

No Sass file for the forms yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment