Skip to content

Commit 3b183b4

Browse files
Update Pseudo-class-and-Pseudo-elements.md
1 parent 81fcc41 commit 3b183b4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/CSS/css-basics/Pseudo-class-and-Pseudo-elements.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Pseudo Classes
1+
---
2+
id: pseudo-class-and-pseudo-elements
3+
title: Pseudo class and Pseudo elements
4+
sidebar_label: Pseudo class and Pseudo elements
5+
tags: [css, introduction, web development, markup language, hyper text, web pages, career opportunities, personal growth, web-development, web design, web pages, websites, career opportunities, contribute to the web, stay relevant, express yourself, learn other technologies, have fun,pseudo classes,pseudo elements]
6+
description: In this tutorial you will learn about Pseudo classes and Pseudo elements in CSS
7+
---
28

39
Pseudo-classes are used to define the special states of an element. They are typically prefixed with a colon (`:`).
410

@@ -103,7 +109,7 @@ div:nth-of-type(3)
103109
</style>
104110
</BrowserWindow>
105111

106-
# Pseudo Elements
112+
## Pseudo Elements
107113

108114
1. `::before` : Inserts content before an element's actual content.
109115

0 commit comments

Comments
 (0)