From dee376d158a44c2578d88b11468ec2764369b454 Mon Sep 17 00:00:00 2001 From: 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> Date: Wed, 2 Feb 2022 00:50:44 +0900 Subject: [ko] updated css gap page (#3878) * update page * delete note --- files/ko/web/css/gap/index.html | 42 ++++++----------------------------------- 1 file changed, 6 insertions(+), 36 deletions(-) (limited to 'files/ko/web/css/gap') diff --git a/files/ko/web/css/gap/index.html b/files/ko/web/css/gap/index.html index 4dd814f6bc..ae546d2393 100644 --- a/files/ko/web/css/gap/index.html +++ b/files/ko/web/css/gap/index.html @@ -18,10 +18,6 @@ translation_of: Web/CSS/gap
{{EmbedInteractiveExample("pages/css/gap.html")}}
-
-

원래 CSS Grid Layout은 접두사를 붙인 grid-gap 속성을 정의했었으며, 현재 gap으로 대체하는 과정 중에 있습니다. 그러나 grid-gap만 구현하고 그리드 레이아웃용 gap은 구연하지 않은 브라우저를 지원하려면 위의 대화형 예제처럼 접두사 속성을 사용해야 합니다.

-
-

구문

/* 단일 <length> 값 */
@@ -67,6 +63,9 @@ gap: unset;
  
그리드 선을 분할하는 간격의 너비. 요소 크기에 상대적입니다.
+

형식 정의

+{{cssinfo}} +

형식 구문

{{CSSSyntax}} @@ -176,45 +175,16 @@ gap: unset;

{{EmbedLiveSample("다열_레이아웃", "auto", "120px")}}

명세

+{{Specifications("css.properties.gap.grid_context")}} - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("CSS3 Box Alignment", "#propdef-gap", "gap")}}{{Spec2("CSS3 Box Alignment")}}Initial definition
- -

{{CSSInfo}}

브라우저 호환성

+{{Compat}} - -

플렉스 레이아웃 지원

- -

{{Compat("css.properties.gap.flex_context")}}

- -

그리드 레이아웃 지원

- -

{{Compat("css.properties.gap.grid_context")}}

- -

다열 레이아웃 지원

- -

{{Compat("css.properties.gap.multicol_context")}}

-

같이 보기

-- cgit v1.2.3-54-g00ecf