The :empty pseudo-class selects the selector element with no elements or text node (including whitespace). Syntax. selector:empty{ background-color: pink; } ...
確定! 回上一頁