Skip to content

Instantly share code, notes, and snippets.

@lafikl
Created January 27, 2013 10:52
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/4647840 to your computer and use it in GitHub Desktop.
Save lafikl/4647840 to your computer and use it in GitHub Desktop.
<form>
<fieldset>
<legend>مجموعة حقول</legend>
<input type="text" placeholder="الحقل الأول" id="field1" />
<input type="text" placeholder="الحقل الثاني" id="field1" />
<textarea placeholder="تجربة" rows="5" cols="45" ></textarea>
<button class="btn btn-black btn-fancy">إضافة</button>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment