Skip to content

Commit

Permalink
🙈 HTMLのバグ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Nov 30, 2018
1 parent ded4ca4 commit 9461eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h2 class="title">Form</h2>
<input type="text" id="inline_field" class="input is-success" placeholder="NES.css">
</div>
<div class="field is-inline">
<label for="warning_field>.input.is-warning</label>
<input type="text" id="warning_field class="input is-warning" placeholder="8bit.css">
<label for="warning_field">.input.is-warning</label>
<input type="text" id="warning_field" class="input is-warning" placeholder="8bit.css">
</div>
<div class="field is-inline">
<label for="error_field">.input.is-error</label>
Expand Down

0 comments on commit 9461eaa

Please sign in to comment.