Now add :hover and :focus pseudo-classes so the menu items change color when users point or tab to them: nav ul li a:hover, nav ul li a:focus { color: black ...
確定! 回上一頁