div * { color: red; } article > p { background: yellow; } /* div + p { background: pink; } */ div ~ p { background: pink; }