Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-XYZ committed Dec 12, 2024
1 parent c16fec7 commit dab8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-tw/web/css/box-sizing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ l10n:

{{EmbedInteractiveExample("pages/css/box-sizing.html")}}

[CSS 盒模型](/zh-TW/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)中,預設情況下,你為元素指定的 `width``height` 只應用於元素的內容區域。如果元素有邊框或內邊距,這些會加到 `width``height` 上,從而得出畫面上呈現的盒子大小。這意味著當你設定 `width``height` 時,必須調整你給的值以考慮邊框或內邊距。例如,如果你有四個設為 `width: 25%;` 的盒子,若其中任何一個有左右內邊距或左右邊框,預設情況下它們將無法在父容器的限制內排成一行。
[CSS 盒模型](/zh-TW/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model)中,預設情況下,你為元素指定的 `width``height` 只應用於元素的內容區域。如果元素有邊框或內邊距,這些會加到 `width``height` 上,從而得出畫面上呈現的盒子大小。這意味著當你設定 `width``height` 時,必須調整你給的值以考慮邊框或內邊距。例如,如果你有四個設為 `width: 25%;` 的盒子,若其中任何一個有左右內邊距或左右邊框,預設情況下它們將無法在父容器的限制內排成一行。

`box-sizing` 屬性可用來調整此行為:

Expand Down

0 comments on commit dab8ec5

Please sign in to comment.