Skip to content

Instantly share code, notes, and snippets.

@lafikl
Last active December 11, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lafikl/4647790 to your computer and use it in GitHub Desktop.
Save lafikl/4647790 to your computer and use it in GitHub Desktop.
<form>
<div class="col-two col-one-mobile">
<label>اسمك</label>
</div>
<div class="col-ten col-three-mobile">
<input type="text" class="" />
</div>
<div class="col-two col-one-mobile">
<label>اسمك</label>
</div>
<div class="col-ten col-three-mobile">
<input type="text" />
</div>
<button class="btn btn-fancy">اضافة</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment