From 95a4fbe17830ae73954db93590cae2e088719c18 Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Fri, 29 Sep 2023 15:14:17 +0900 Subject: [PATCH] [add]: add index.md for web/glossary/pseudo-element --- files/ko/glossary/pseudo-element/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/ko/glossary/pseudo-element/index.md diff --git a/files/ko/glossary/pseudo-element/index.md b/files/ko/glossary/pseudo-element/index.md new file mode 100644 index 00000000000000..271f3251030817 --- /dev/null +++ b/files/ko/glossary/pseudo-element/index.md @@ -0,0 +1,14 @@ +--- +title: 가상 요소 (Pseudo-element) +slug: Glossary/Pseudo-element +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +CSS에서, **가상 요소(pseudo-element)** 선택자는 선택할 특정 HTML 요소가 없는 시나리오에서 문서 콘텐츠의 일부에 스타일을 적용합니다. 예를 들어, 각 단락의 첫 글자를 자체 요소에 넣는 대신 `p`{{ Cssxref("::first-letter") }}를 사용하여 모든 단락의 스타일을 지정할 수 있습니다. + +## 같이 보기 + +- [가상 요소](/ko/docs/Web/CSS/Pseudo-elements)