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
원래 CSS Grid Layout은 접두사를 붙인 grid-gap
속성을 정의했었으며, 현재 gap
으로 대체하는 과정 중에 있습니다. 그러나 grid-gap
만 구현하고 그리드 레이아웃용 gap
은 구연하지 않은 브라우저를 지원하려면 위의 대화형 예제처럼 접두사 속성을 사용해야 합니다.
/* 단일 <length> 값 */ @@ -67,6 +63,9 @@ gap: unset;
{{EmbedLiveSample("다열_레이아웃", "auto", "120px")}}
Specification | -Status | -Comment | -
---|---|---|
{{SpecName("CSS3 Box Alignment", "#propdef-gap", "gap")}} | -{{Spec2("CSS3 Box Alignment")}} | -Initial definition | -
{{CSSInfo}}
{{Compat("css.properties.gap.flex_context")}}
- -{{Compat("css.properties.gap.grid_context")}}
- -{{Compat("css.properties.gap.multicol_context")}}
-