When an <input type="text"> gets focus, gradually change the width from 100px to 250px: input[type=text] { width: 100px; transition: ease-in-out, ...
確定! 回上一頁