The general sibling combinator ( ~ ) separates two selectors and matches the second element only if it follows the first ... CSS. p ~ span { color: red; } ...
確定! 回上一頁