Useful if you want to style the first paragraph in a block of text for example.
p:first-of-type{
background-color:Red;
}Code language: CSS (css)Last updated:
Useful if you want to style the first paragraph in a block of text for example.
p:first-of-type{
background-color:Red;
}Code language: CSS (css)