Bonjour j'essaye de cibler le premier paragraphe mais je n'y arrive pas
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
<div id="zen-requirements" class="requirements" role="article">
<h3>Requirements</h3>
<p>
Where possible, we would like to see mostly
<abbr title="Cascading Style Sheets, levels 1 and 2">CSS 1 & 2</abbr>
usage.
<abbr title="Cascading Style Sheets, levels 3 and 4">CSS 3 & 4</abbr>
should be limited to widely-supported elements only, or strong fallbacks should be provided. The CSS Zen Garden is about functional, practical
<abbr title="Cascading Style Sheets">CSS</abbr>
and not the latest bleeding-edge tricks viewable by 2% of the browsing public. The only real requirement we have is that your
<abbr title="Cascading Style Sheets">CSS</abbr>
validates.
</p>
<p>
babljbljsdlqjbld
</p>

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
#zen-requirements  p:first-child
{
    background: red;
}
je n'ai aucun fond rouge , comme faire,
merci de vos réponse