Get the code of CSS First Child and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.
<p>First Child</p>
<p>Paragraph 1</p>
<p>Paragraph 1</p>
<p>Paragraph 1</p>
<p>Paragraph 1</p>p {
background: red;
color: white;
}
p:first-child {
background: green;
}