เสร็จแล้ว
✨ นายธิติวุฒิ หุ่นท่าไม้
<html> <head> <style> img{ border-radius: 50%; box-shadow: 0px 0px 30px 0px hsl(184, 56%, 50%); transition: box-shadow 1s; } img:hover{ box-shadow: 0px 0px 80px 0px hsl(184, 56%, 50%); } body{ display: flex; justify-content: center; align-items: center; background-color: 000; } </style> </head> <body> <img src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif"> </body> </html>