Skip to content

Commit

Permalink
Apply suggestions from code review
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
Dr-XYZ and github-actions[bot] authored Dec 19, 2024
1 parent 10f40bb commit c6e7aff
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions files/zh-tw/web/css/--_star_/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ l10n:
### HTML

```html
<p id="firstParagraph">
這段文字應該有藍色背景和黃色文字。
</p>
<p id="secondParagraph">
這段文字應該有黃色背景和藍色文字。
</p>
<p id="firstParagraph">這段文字應該有藍色背景和黃色文字。</p>
<p id="secondParagraph">這段文字應該有黃色背景和藍色文字。</p>
<div id="container">
<p id="thirdParagraph">
這段文字應該有綠色背景和黃色文字。
</p>
<p id="thirdParagraph">這段文字應該有綠色背景和黃色文字。</p>
</div>
```

Expand Down

0 comments on commit c6e7aff

Please sign in to comment.