back
Code
CSS
HTML
Web

p:only-child{
color:blue;
}
/* This CSS will turn any paragraphs that are the only children of their parent elements, blue */