Skip to content

Commit

Permalink
Update files/ja/web/css/_colon_active/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mfuji09 and github-actions[bot] authored Oct 19, 2023
1 parent c652d44 commit 9c5a7c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/ja/web/css/_colon_active/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ p:active {
```html
<form>
<label for="my-button">ボタン: </label>
<button id="my-button" type="button">ここかラベルをクリックしてみてください。</button>
<button id="my-button" type="button">
ここかラベルをクリックしてみてください。
</button>
</form>
```

Expand Down

0 comments on commit 9c5a7c8

Please sign in to comment.