Skip to content

Instantly share code, notes, and snippets.

@wake
Last active December 20, 2017 12:28
Show Gist options
  • Save wake/685542deb83ef5f0cfcdff85a878b616 to your computer and use it in GitHub Desktop.
Save wake/685542deb83ef5f0cfcdff85a878b616 to your computer and use it in GitHub Desktop.
<!-- HTML 輸出檔案 - submit / reset 按鈕在同一個區塊裡 -->
<form>
<!-- 其他欄位資料 -->
<div class="form-group">
<div class="col-sm-2"></div>
<div class="col-sm-10">
<button type="submit" class="btn btn-primary"></button>
<button type="reset" class="btn btn-default"></button>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment