Example: css focus change color. <style> .dabutton:focus { background-color:yellow; } </style> <button class="dabutton"></button> // <-- usage ...
確定! 回上一頁