Skip to content

Commit

Permalink
chore: fix awkward translation
Browse files Browse the repository at this point in the history
  • Loading branch information
C17AN committed Sep 11, 2024
1 parent 354629e commit f7d7293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/ko/web/css/fit-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()")}} 함수도 정의합니다. 이 페이지에서는 해당 키워드에 대해 설명합니다.
Expand All @@ -23,7 +23,7 @@ block-size: fit-content;

## 예제

### 박스 크기에 fit-content 사용하기
### fit-content를 사용해 박스 크기 설정하기

#### HTML

Expand Down Expand Up @@ -57,7 +57,7 @@ block-size: fit-content;

#### 결과

{{EmbedLiveSample("박스 크기에 fit-content 사용하기", "100%", 200)}}
{{EmbedLiveSample("fit-content를 사용해 박스 크기 설정하기", "100%", 200)}}

## 명세

Expand All @@ -69,5 +69,5 @@ block-size: fit-content;

## 함께 보기

- 연관된 크기 키워드: {{cssxref("min-content")}}, {{cssxref("max-content")}}
- 연관된 크기 설정 키워드: {{cssxref("min-content")}}, {{cssxref("max-content")}}
- [CSS box sizing](/ko/docs/Web/CSS/CSS_box_sizing) 모듈

0 comments on commit f7d7293

Please sign in to comment.