Skip to content

[ko] fix web/css/place-items #27997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions files/ko/web/css/place-items/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: place-items
slug: Web/CSS/place-items
l10n:
sourceCommit: fab1f9cef824066b3ce6a5b25f6c6db539f5d042
sourceCommit: fbee1ad6d6add1319ce3e8e977033385a915c635
---

{{CSSRef}}
Expand Down Expand Up @@ -65,11 +65,9 @@ place-items: end center;
## 구문

```css
/* 키워드 값 */
/* 위치 정렬 */
place-items: center;
place-items: normal start;

/* 위치 정렬 */
place-items: center normal;
place-items: start legacy;
place-items: end normal;
Expand Down Expand Up @@ -219,7 +217,7 @@ values.addEventListener("change", (evt) => {
}
```

#### 결과ㄴ
#### 결과

{{EmbedLiveSample("Placing_items_in_a_flex_container", 260, 290)}}

Expand Down