The :hover CSS pseudo-class matches when the user interacts with an ... Selects any <a> element when "hovered" */ a:hover { color: orange; }
確定! 回上一頁