Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/pseudo-class (#16220)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/pseudo-class
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent e377eeb commit 85f00ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions files/ko/glossary/pseudo-class/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: 가상 클래스 (Pseudo-class)
slug: Glossary/Pseudo-class
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

CSS에서, **가상 클래스(pseudo-class)** 선택자는 문서 트리의 정보가 아닌 상태에 따라 요소를 대상으로 합니다. 예를 들어, `a`{{ cssxref(":visited") }} 선택자는 사용자가 이미 방문한 링크에만 스타일을 적용합니다.

## 같이 보기

- [가상 클래스 문서](/ko/docs/Web/CSS/Pseudo-classes)

0 comments on commit 85f00ad

Please sign in to comment.