diff --git a/files/ko/web/css/fit-content/index.md b/files/ko/web/css/fit-content/index.md index df0d4aea2ce6aa..e45a4fe2ce48d6 100644 --- a/files/ko/web/css/fit-content/index.md +++ b/files/ko/web/css/fit-content/index.md @@ -9,7 +9,7 @@ l10n: **`fit-content`** 키워드는 {{cssxref("fit-content_function", "fit-content(stretch)")}}와 동일합니다. 실제로 이는 박스가 사용 가능한 공간을 사용하되, 절대 {{cssxref("max-content")}}보다 크지는 않음을 의미합니다. -{{cssxref("width")}}, {{cssxref("height")}}, {{cssxref("min-width")}}, {{cssxref("min-height")}}, {{cssxref("max-width")}} 및 {{cssxref("max-height")}} 의 박스 크기로 사용할 경우, 최대 및 최소 크기는 콘텐츠의 크기를 참조합니다. +{{cssxref("width")}}, {{cssxref("height")}}, {{cssxref("min-width")}}, {{cssxref("min-height")}}, {{cssxref("max-width")}} 및 {{cssxref("max-height")}} 가 레이아웃된 박스의 크기로 사용될 경우, 최대 크기와 최소 크기는 콘텐츠의 크기를 참조합니다. > [!NOTE] > CSS Sizing 명세는 {{cssxref("fit-content_function", "fit-content()")}} 함수도 정의합니다. 이 페이지에서는 해당 키워드에 대해 설명합니다.