CSS :active selector is used to apply CSS styles to an element only when ... h2:active, p:active, button:active{ background-color: yellow; }.
確定! 回上一頁