當滑鼠移到圖片上會有放大的效果,這在網頁設計上是很常見的,而這效果用CSS就可以做出來了唷! ... all 1s ease-out;} .pic img:hover{transform:scale(1.2,1.2);} ...
確定! 回上一頁