Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
Dr-XYZ and yin1999 authored Dec 19, 2024
1 parent 497f93a commit 2561acb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/zh-tw/web/css/clip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ clip: unset;

```html
<p class="dotted-border">
<img src="macarons.png" alt="Original graphic" />
<img id="top-left" src="macarons.png" alt="Graphic clipped to upper left" />
<img id="middle" src="macarons.png" alt="Graphic clipped towards middle" />
<img src="macarons.png" alt="原圖" />
<img id="top-left" src="macarons.png" alt="圖像被剪裁到左上角" />
<img id="middle" src="macarons.png" alt="圖像被剪裁到中間" />
<img
id="bottom-right"
src="macarons.png"
alt="Graphic clipped to bottom right" />
alt="圖像被剪裁到右下角" />
</p>
```

Expand Down Expand Up @@ -95,7 +95,7 @@ clip: unset;
}
```

{{EmbedLiveSample('clipping_an_image', "裁切圖像", '', '450px')}}
{{EmbedLiveSample('裁切圖像', '', '450px')}}

## 規範

Expand Down

0 comments on commit 2561acb

Please sign in to comment.